Merge to master #21

Merged
joan merged 163 commits from test into master 2022-10-20 11:59:30 +00:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit 38f0c89fbd - Show all commits

View File

@ -14,5 +14,7 @@
}
},
"exclude": ["dist", ".quasar", "node_modules"],
"vueCompilerOptions.experimentalDisableTemplateSupport": "disable"
"vueCompilerOptions": {
"experimentalDisableTemplateSupport": true
}
}

View File

@ -25,6 +25,14 @@ export default {
},
component: () => import('src/pages/Customer/CustomerList.vue'),
},
{
path: 'create',
name: 'CustomerCreate',
meta: {
title: 'create'
},
component: () => import('src/pages/Customer/CustomerCreate.vue'),
},
]
},
{