mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
feat(components): Add routing data related to tree components and page display optimization
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user