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 -1
View File
@@ -29,7 +29,7 @@ const pageModel = computed(() => ({ title: '我的頁面' }))
```vue
<script setup lang="ts">
import MaintShell from '@/components/MaintShell.vue'
import MaintShell from '@/components/maint/MaintShell.vue'
import { useXxxPage } from '@/composables/page-drivers/useXxxPage'
const { pageModel, search, handleSave, ... } = useXxxPage()
</script>