VueStar
VueStar copied to clipboard
Vue3中使用该组件报错: TypeError: Cannot read properties of undefined (reading '_c')
<vue-star animate="animate__animated animate__bounceIn" color="#F05654">
<i :v-slot="icon" class="fa fa-heart" ></i>
</vue-star>
使用的是 animate.css 错误内容为: VueStar.js?b355:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c') at Proxy.render (VueStar.js?b355:2:1) at renderComponentRoot (runtime-core.esm-bundler.js?d2dd:895:1)