fix sidebar not expand when load

This commit is contained in:
Dede Fuji Abdul
2023-10-24 16:49:15 +07:00
parent ecce46ea3e
commit 0feda7a39b
6 changed files with 244 additions and 15 deletions

View File

@ -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',