hellodigua / vue-danmaku

基于 Vue 的弹幕交互组件 | A danmaku component for Vue
https://hellodigua.github.io/vue-danmaku
MIT License
620 stars 60 forks source link

1.0.1版本 slot" is a reserved attribute and cannot be used as component prop. #10

Closed chenhaijia closed 3 years ago

chenhaijia commented 3 years ago

刚刚使用了最新版 报了这个错 应该是插件内部使用了 slot这个属性作为普通的属性了

hellodigua commented 3 years ago

讲道理应该没有1.0.1版本呀,我昨晚发失败了,试试1.0.2版本呢?

chenhaijia notifications@github.com 于2021年1月27日周三 上午9:19写道:

刚刚使用了最新版 报了这个错 应该是插件内部使用了 slot这个属性作为普通的属性了

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hellodigua/vue-danmaku/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACL3Q7BGJ7J2IHWKE4VUKG3S35SZZANCNFSM4WUM2V5A .

chenhaijia commented 3 years ago

是1.0.2的问题 我看npm上写了1.0.1 顺手写上去了

hellodigua commented 3 years ago

请问能贴一下代码吗,我看一下用法

chenhaijia commented 3 years ago

image image

chenhaijia commented 3 years ago

保险起见 暂时了采用上一个版本 目前暂无问题

hellodigua commented 3 years ago

发现一个问题,你是不是没有在参数中指定slot="true",如果要同时用slot插槽和弹幕插槽的话必须设置 @chenhaijia

hellodigua commented 3 years ago

1.0.3版本起使用弹幕插槽需指定:useSlot="true",以区分命名,可以使用最新版本试试