feat(breadcrumb): 修复面包屑组件

This commit is contained in:
就眠仪式
2021-10-15 10:46:34 +08:00
parent 40114bee0d
commit cb5c7e0cfc
4 changed files with 34 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
</template>
<script setup name="LayBreadcrumb" lang="ts">
import { defineProps, provide, withDefaults, useSlots, ref, Ref } from 'vue'
import { defineProps, provide, withDefaults } from 'vue'
const props = withDefaults(
defineProps<{