0
点赞
收藏
分享

微信扫一扫

22.1 K8S之KubeSphere实现中间件高可用集群

宁静的猫 2024-10-14 阅读 15
  • 在 Vue 中使用 vue-json-schema-form 库来配置 radio报错,[Vue warn]: Failed to resolve component: a-radio-group
    If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

  • 推断是没有识别出来radio,解决办法如下

  • 引入:import { RadioGroup } from 'ant-design-vue';
      app.component('a-radio-group', RadioGroup);

举报

相关推荐

0 条评论