mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2025-05-28 14:30:18 +09:00
298 B
298 B
#如何使用 ###js
import lffBarrage from '@/components/lff-barrage/lff-barrage.vue'
components:{lffBarrage},
methods:{
colrdo(){ //插入一条弹幕
this.$refs.lffBarrage.add({item:'你好呀小伙子'});
}
}
###HTML
<lff-barrage ref="lffBarrage"></lff-barrage>