fix bug change route
This commit is contained in:
parent
e6cfec106a
commit
4928732556
2 changed files with 0 additions and 13 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue