เอกสาร ก.พ.7
This commit is contained in:
parent
2acaf97a28
commit
6efe622a76
4 changed files with 145 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue