Skip to content
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

createApp 和 vue 的 api 重名 #65

Closed
spiritfox358 opened this issue Aug 16, 2022 · 3 comments
Closed

createApp 和 vue 的 api 重名 #65

spiritfox358 opened this issue Aug 16, 2022 · 3 comments

Comments

@spiritfox358
Copy link

描述bug
主应用为vue3时, wujie的createApp 与vue3的createApp 冲突了

@duowb
Copy link

duowb commented Aug 16, 2022

这样可以不

import  { createApp as createVueApp } from 'vue'
import App from "./App.vue";
createVueApp(App).mount("#app");

@yiludege
Copy link
Collaborator

我赶紧改一下名字吧

@yiludege yiludege changed the title 主应用为vue3 createApp 和 vue 的 api 重名 Aug 16, 2022
@yiludege
Copy link
Collaborator

yiludege commented Aug 16, 2022

已经更新为 setupApp,感觉更加符合语义,更新一下包试试?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants