Replies: 1 comment
-
Vue app don't support Because |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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: {},
},
});`
Beta Was this translation helpful? Give feedback.
All reactions