Skip to content

vite ant-design-vue@1.x Layout子组件问题 #275

@micro6

Description

@micro6

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions