fixing adn docing

This commit is contained in:
skytek_xinliang
2026-06-01 14:44:39 +08:00
parent 7b0cfe4448
commit f61432ad8a
17 changed files with 25 additions and 41 deletions
+1 -7
View File
@@ -6,9 +6,7 @@ interface Props {
loading?: boolean
}
withDefaults(defineProps<Props>(), {
backLabel: '返回',
})
withDefaults(defineProps<Props>(), {})
const emit = defineEmits<{
search: []
@@ -38,9 +36,5 @@ const emit = defineEmits<{
</v-card>
<slot name="sections" />
<v-row class="pa-4">
<v-btn variant="tonal" @click="emit('back')">{{ backLabel }}</v-btn>
</v-row>
</v-container>
</template>