-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdn vue3 提示 Vue is not undefined #55
Comments
打包时,注释掉: |
可以写一下你的代码么 |
[main.js]
[vue.config.js]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// cdn预加载使用
const externals = {
'vue': 'Vue', // 与这个'Vue'的写法有关吗?Vue3不暴露Vue了,而是createApp
}
The text was updated successfully, but these errors were encountered: