【发布时间】:2020-07-17 07:54:33
【问题描述】:
我尝试通过以下方法在swal中添加一个组件。
this.$swal({ html: '<Card :assignment="{}"></Card>' })
但它最终给了我这个错误,
error: The "Card" component has been registered but not used vue/no-unused-components
任何线索将不胜感激
【问题讨论】:
标签: vue.js nuxt.js sweetalert2