fix sidebar not expand when load
This commit is contained in:
@ -7,6 +7,7 @@ import NotFoundView from '@/views/NotFoundView.vue'
|
||||
import EmptyPage from '@/components/Pages/HomeEmpty.vue'
|
||||
import TestPage from '@/components/Pages/TestPage.vue'
|
||||
import qs from 'qs'
|
||||
import { Data1 } from '@/components/Pages/Gangguan/Daftar'
|
||||
|
||||
export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
@ -30,7 +31,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '1',
|
||||
name: 'Daftar Keluhan Dialihkan Ke Posko Lain',
|
||||
component: TestPage,
|
||||
component: Data1,
|
||||
},
|
||||
{
|
||||
path: '2',
|
||||
|
Reference in New Issue
Block a user