两种临时解决方案:

  1. 引入Modal组件并注册,这个组件会自动引入指令并注册
  2. 手动引入指令并注册
    import ref from 'vue-ref';
Vue.use(ref, { name: 'ant-ref' });
Logo

前往低代码交流专区

更多推荐