-
-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Description
vitejs 框架
ant-design-vue@1.x Layout子组件 使用出错
ncaught SyntaxError: The requested module '/node_modules/.vite/ant-design-vue_es.js?v=14963a85' does not provide an export named 'LayoutHeader'
vite.config.js
plugins: [createVuePlugin(), Components({ dirs: ['src/components'], directoryAsNamespace: true, resolvers: [ AntDesignVueResolver({ cjs: command === 'build' }), ], }), ],
<a-layout-header>header</a-layout-header>
Metadata
Metadata
Assignees
Labels
No labels