Refactor MasterDetailMntC.vue for improved readability and consistency

This commit is contained in:
skytek_xinliang
2026-03-30 09:18:55 +08:00
parent 7591ecd062
commit 16b58fbf7a
66 changed files with 2071 additions and 777 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ The following example assumes a component located at `src/components/MyComponent
</template>
<script lang="ts" setup>
//
//
</script>
```
@@ -30,6 +30,6 @@ When your template is rendered, the component's import will automatically be inl
</template>
<script lang="ts" setup>
import MyComponent from '@/components/MyComponent.vue'
import MyComponent from '@/components/MyComponent.vue'
</script>
```