You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vue使用CDN引入后,使用v-code-diff报错Uncaught (in promise) TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".
#33
Closed
huoyuhao opened this issue
Jun 29, 2022
· 3 comments
vue3 + vite
一样是本地开发没问题,但是打包之后部署到服务器就有问题了,看到你之前回的那个问题 一样很迷 不一样
Uncaught TypeError: Failed to resolve module specifier "element-plus". Relative references must start with either "/", "./", or "../".
vite + vue3
vue本地运行开发无问题,发布打包,由于vue使用CDN,https://unpkg.com/[email protected]/dist/vue.global.js
项目运行报错:
v-code-diff是最新版本0.3.11
policy:1 Uncaught (in promise) TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".
The text was updated successfully, but these errors were encountered: