vue-slider-component
vue-slider-component copied to clipboard
[vue3.x] does not provide an export named 'default'
Describe the bug
import error
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/vue.js?v=521b72f4' does not provide an export named 'default'
Additional context
Environment
- Vue version: v3.2.37
自定义的组件库引入这个组件打包后引用进去出错了
你好!你有解决掉吗?我也遇到相同的问题
你好!你有解决掉吗?我也遇到相同的问题
不用npm的源,直接下载他的源码引入就行了
Hi, @akFace , did that work for you? I'm having the same issue with the Vue Slider too.