update package/component/src/component/noticeBar/index.vue.

This commit is contained in:
cool314156 2022-04-13 01:04:33 +00:00 committed by Gitee
parent 2531b9635f
commit e5d3b4e9af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -47,10 +47,12 @@ import {
nextTick, nextTick,
} from "vue"; } from "vue";
import LayCarousel from '../carousel/index.vue' import LayCarousel from '../carousel/index.vue'
import LayCarouselItem from '../carouselItem/index.vue'
export default defineComponent({ export default defineComponent({
name: "LayNoticeBar", name: "LayNoticeBar",
components: { components: {
LayCarousel LayCarousel,
LayCarouselItem
}, },
props: { props: {
mode: { mode: {