vue-datepicker-next icon indicating copy to clipboard operation
vue-datepicker-next copied to clipboard

[Bug] Error happened with electron-builder

Open wusonw opened this issue 1 year ago • 0 comments
trafficstars

Vue2-datepicker version: [email protected] Vue version: [email protected] Browser: chrome122.0.6261.130,[email protected] ,[email protected]

Steps to reproduce:

  • vite build
  • electron build
  • open unpacked folder and run target exe
  • page will no display correctly

Reproduction Link or Source Code I used datepicker like this:

<script setup lang="ts">
import DatePicker from 'vue-datepicker-next'
import 'vue-datepicker-next/index.css'
import 'vue-datepicker-next/locale/zh-cn'
</script>

Expected behavior build success

Actual behavior build error

wusonw avatar Mar 27 '24 08:03 wusonw