You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- vue@2.x: -->
Unknown custom element:
<quark-card>
- did you register the component correctly? For recursive components, make
sure to provide the "name" option.
<!-- vue@3.x -->
[Vue warn]: Failed to resolve component: quark-icon
</quark-card>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Vue 工程中使用 quark 组件可能会出现告警:
不用担心,这是由于 Vue 组件的语法部分参考了自定义元素,为了避免与 Vue 组件产生冲突,需要将自定义元素忽略!请在工程中注入如下代码即可:
如果您使用的是 vite,修改 vite.config.js:
Beta Was this translation helpful? Give feedback.
All reactions