tangyouge / vue3-progress

☘ A vue3 component of progress bar the custom colors are supported 一款 vue3 进度条组件 支持自定义喜欢的颜色
https://vue3-progress.netlify.app
MIT License
28 stars 1 forks source link

vite hack #2

Open meloalright opened 4 years ago

meloalright commented 4 years ago

vite bug can hack this way 🤔

-import Vue3Progress from "vue3-progress"
+import Vue3Progress from "vue3-progress/"

在 webpack 下用没问题,vite 还有问题最好暂时 hack 一下 😂