This commit is contained in:
15906671117 2022-04-14 10:04:38 +08:00
commit 83dd1c84e9
3 changed files with 5 additions and 3 deletions

View File

@ -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: {

View File

@ -85,7 +85,7 @@ export default {
::: demo
<template>
<lay-notice-bar :scrollable="true" :textlist="list"></lay-notice-bar>
<lay-notice-bar :scrollable="true" leftIcon="layui-icon-mute" :textlist="list"></lay-notice-bar>
</template>
<script>

View File

@ -387,7 +387,7 @@ const zhCN = [
path: "/zh-CN/components/area",
component: () =>
import("../document/zh-CN/components/area.md"),
meta: { title: "通知栏" },
meta: { title: " },
},
],
},