vue 项目中控制台报警告:
[Vue warn]: Failed to resolve component: xxx
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at...
大概率是没有注册组件,注册即可
vue 项目中控制台报警告:
[Vue warn]: Failed to resolve component: xxx
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at...
大概率是没有注册组件,注册即可