We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f0271 commit cfa55bbCopy full SHA for cfa55bb
dashboard/src/components/Breadcrumb.vue
@@ -49,15 +49,18 @@
49
</template>
50
<template #default>用户设置</template>
51
</a-button>
52
-
53
<slot name="default"></slot>
54
</div>
55
</a-breadcrumb>
56
57
58
<script setup>
59
const props = defineProps({
60
- navigation_title: String,
+ navigation_title: {
+ type: String,
61
+ default: "Video",
62
+ },
63
+
64
now_site_title: String,
65
});
66
const emit = defineEmits([
0 commit comments