เอกสาร ก.พ.7

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-14 11:48:52 +07:00
parent 2acaf97a28
commit 6efe622a76
4 changed files with 145 additions and 3 deletions

View file

@ -4,6 +4,7 @@ import { useRouter } from "vue-router";
/** component */
import Other from "@/modules/10_registry/05_Other/01_Other.vue";
import File from "@/modules/10_registry/05_Other/02_File.vue";
import FileOther from "@/modules/10_registry/05_Other/03_FileOther.vue";
const router = useRouter();
</script>
@ -27,6 +28,7 @@ const router = useRouter();
<div :class="`row q-my-sm ${$q.screen.gt.xs ? '' : 'mobileClass'}`">
<Other />
<File />
<FileOther />
</div>
</template>
<style scoped>