Skip to content

Commit cfa55bb

Browse files
authored
Update Breadcrumb.vue 样式调整
1 parent e3f0271 commit cfa55bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dashboard/src/components/Breadcrumb.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,18 @@
4949
</template>
5050
<template #default>用户设置</template>
5151
</a-button>
52-
5352
<slot name="default"></slot>
5453
</div>
5554
</a-breadcrumb>
5655
</template>
5756

5857
<script setup>
5958
const props = defineProps({
60-
navigation_title: String,
59+
navigation_title: {
60+
type: String,
61+
default: "Video",
62+
},
63+
6164
now_site_title: String,
6265
});
6366
const emit = defineEmits([

0 commit comments

Comments
 (0)