feat(components): Add routing data related to tree components and page display optimization

This commit is contained in:
small_happy
2023-04-02 10:45:51 +08:00
parent d203a3586c
commit a0f55aca69
6 changed files with 57 additions and 10 deletions

View File

@@ -9,14 +9,6 @@
<n-space :vertical="true">
<n-card title="函数示例">
<n-card>
<template #header>
<n-gradient-text
class="text-20px font-bold"
gradient="linear-gradient(90deg, red 0%, green 50%, blue 100%)"
>
函数合集
</n-gradient-text>
</template>
<template #header-extra>
<n-space justify="space-around">
<n-button dashed type="primary" @click="handleGenerateTreeData">重置数据</n-button>