[Vue warn]: Unknown custom element: <a-layout-sider> - did you register the component correctly? For

矫情吗;* 2023-10-11 15:55 119阅读 0赞

需要在main.js中注册内部属性

  1. Vue.component(Layout.name, Layout);
  2. Vue.component(Layout.Header.name, Layout.Header);
  3. Vue.component(Layout.Content.name, Layout.Content);
  4. Vue.component(Layout.Footer.name, Layout.Footer);
  5. Vue.component(Layout.Sider.name, Layout.Sider);

发表评论

表情:
评论列表 (有 0 条评论,119人围观)

还没有评论,来说两句吧...

相关阅读