fixing adn docing
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user