在局部页面注册的,不是main.js注册的
去别的页面也用这个组件,发现也能用
怎么实现只是局部生效呢?
收起
this.$options.components[component] = () => import(`./panels/${component}`);
this.$options 当前文件components 实例的组件
报告相同问题?