update package/component/src/component/noticeBar/index.vue.
This commit is contained in:
parent
2531b9635f
commit
e5d3b4e9af
@ -47,10 +47,12 @@ import {
|
||||
nextTick,
|
||||
} from "vue";
|
||||
import LayCarousel from '../carousel/index.vue'
|
||||
import LayCarouselItem from '../carouselItem/index.vue'
|
||||
export default defineComponent({
|
||||
name: "LayNoticeBar",
|
||||
components: {
|
||||
LayCarousel
|
||||
LayCarousel,
|
||||
LayCarouselItem
|
||||
},
|
||||
props: {
|
||||
mode: {
|
||||
|
Loading…
Reference in New Issue
Block a user