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 wujie能不能同时引入vue2和vue3的项目
如何复现 给出详细的复现步骤 // vue2 import WujieVue2 from "wujie-vue2"; // vue3 import WujieVue3 from "wujie-vue3"; Vue.use(WujieVue2); Vue.use(WujieVue3); 然后按照官网去操作引入子应用, vue3的项目能出来, vue2的报错
错误截图 如果有可以将截图带上
最小复现仓库或者地址 重要!!!,请尽量给出复现仓库,这样能极大加快bug解决速度
The text was updated successfully, but these errors were encountered:
你这个写法就不对。不管子应用有多少种,主应用就一个技术栈
Sorry, something went wrong.
No branches or pull requests
描述bug
wujie能不能同时引入vue2和vue3的项目
如何复现
给出详细的复现步骤
// vue2
import WujieVue2 from "wujie-vue2";
// vue3
import WujieVue3 from "wujie-vue3";
Vue.use(WujieVue2);
Vue.use(WujieVue3);
然后按照官网去操作引入子应用, vue3的项目能出来, vue2的报错
错误截图
如果有可以将截图带上
最小复现仓库或者地址
重要!!!,请尽量给出复现仓库,这样能极大加快bug解决速度
The text was updated successfully, but these errors were encountered: