Merge branch 'next' of https://gitee.com/cool314156/layui-vue into next
This commit is contained in:
commit
83dd1c84e9
@ -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: {
|
||||||
|
@ -85,7 +85,7 @@ export default {
|
|||||||
::: demo
|
::: demo
|
||||||
|
|
||||||
<template>
|
<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>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -387,7 +387,7 @@ const zhCN = [
|
|||||||
path: "/zh-CN/components/area",
|
path: "/zh-CN/components/area",
|
||||||
component: () =>
|
component: () =>
|
||||||
import("../document/zh-CN/components/area.md"),
|
import("../document/zh-CN/components/area.md"),
|
||||||
meta: { title: "通知栏" },
|
meta: { title: "地址选择器 },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user