chore(webui): Migrate to Quasar 2.x and Vue.js 3.x
This commit is contained in:
parent
153765f99f
commit
f7edb394f2
65 changed files with 4374 additions and 7999 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import Error404 from 'pages/_commons/Error404.vue'
|
||||
|
||||
const LayoutDefault = () => import('layouts/Default.vue')
|
||||
|
||||
const routes = [
|
||||
|
|
@ -249,8 +251,8 @@ const routes = [
|
|||
// Always leave this as last one
|
||||
if (process.env.MODE !== 'ssr') {
|
||||
routes.push({
|
||||
path: '*',
|
||||
component: () => import('pages/_commons/Error404.vue'),
|
||||
path: '/:catchAll(.*)*',
|
||||
component: Error404,
|
||||
meta: {
|
||||
title: '404'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue