Replies: 1 comment
|
Vue app don't support Because |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When I create a sub-app with preset, Vue, it gives this error.
I need help using Vue as a sub app.
`import {defineConfig} from "umi";
export default defineConfig({
npmClient: 'pnpm',
plugins: [
'@umijs/plugins/dist/qiankun',
],
presets: [require.resolve('@umijs/preset-vue')],
polyfill: false,
qiankun: {
slave: {},
},
});`
All reactions