feat: set directories of property

This commit is contained in:
Thanaphon Frappet 2025-03-10 15:02:28 +07:00 committed by puriphatt
parent b3ad7629ce
commit ed9e0cf757
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<script lang="ts" setup></script>
<template></template>
<style scoped></style>

View file

@ -0,0 +1,3 @@
<script lang="ts" setup></script>
<template></template>
<style scoped></style>

View file

@ -80,6 +80,11 @@ const routes: RouteRecordRaw[] = [
name: 'Workflow',
component: () => import('pages/04_flow-managment/MainPage.vue'),
},
{
path: '/property',
name: 'Property',
component: () => import('pages/04_property-managment/MainPage.vue'),
},
{
path: '/quotation',
name: 'Quotation',