fix bug change route

This commit is contained in:
Warunee Tamkoo 2024-03-11 11:33:54 +07:00
parent e6cfec106a
commit 4928732556
2 changed files with 0 additions and 13 deletions

View file

@ -1,4 +1,3 @@
const mainPage = () => import("@/modules/04_registryNew/views/main.vue");
const listPage = () => import("@/modules/04_registryNew/views/list.vue");
const detailPage = () =>
import("@/modules/04_registryNew/views/detailView.vue");

View file

@ -1,12 +0,0 @@
<script setup lang="ts">
import Registry from "@/modules/04_registryNew/components/registry/registry.vue";
</script>
<template>
<div class="toptitle text-dark col-12 row items-center">
อมลทะเบยนประว
</div>
<q-card flat bordered class="q-pa-md"> <Registry /> </q-card>
</template>
<style scoped></style>