chore: format
This commit is contained in:
parent
cdd2a90d06
commit
d0c79673fe
14 changed files with 3946 additions and 1413 deletions
|
|
@ -106,7 +106,6 @@ async function searchSubmit() {
|
|||
v-model="searchData.value"
|
||||
id="inputSearch"
|
||||
@keydown.enter.prevent="searchSubmit"
|
||||
|
||||
>
|
||||
<template v-slot:append><q-icon name="search" /></template>
|
||||
</q-input>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ export default [
|
|||
{
|
||||
path: '/',
|
||||
name: 'UserHomePage',
|
||||
component: () => import('@/modules/01_user/views/homePage.vue')
|
||||
}
|
||||
component: () => import('@/modules/01_user/views/homePage.vue'),
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ export default [
|
|||
{
|
||||
path: '/admin',
|
||||
name: 'AdminHomePage',
|
||||
component: () => import('@/modules/02_admin/views/homePage.vue')
|
||||
}
|
||||
component: () => import('@/modules/02_admin/views/homePage.vue'),
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue