We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述bug 主应用为vue3时, wujie的createApp 与vue3的createApp 冲突了
The text was updated successfully, but these errors were encountered:
这样可以不
import { createApp as createVueApp } from 'vue' import App from "./App.vue"; createVueApp(App).mount("#app");
Sorry, something went wrong.
我赶紧改一下名字吧
已经更新为 setupApp,感觉更加符合语义,更新一下包试试?
No branches or pull requests
描述bug
主应用为vue3时, wujie的createApp 与vue3的createApp 冲突了
The text was updated successfully, but these errors were encountered: