2
0
mirror of https://github.com/frappe/books.git synced 2025-01-03 15:17:30 +00:00

fix: empty screen on load

This commit is contained in:
18alantom 2023-07-14 12:40:32 +05:30 committed by Alan
parent dbbe4fe9de
commit 603f0a3be9

View File

@ -15,6 +15,7 @@ import { createRouter, createWebHistory, RouteRecordRaw } from 'vue-router';
import { historyState } from './utils/refs';
const routes: RouteRecordRaw[] = [
{ path: '/index.html', redirect: '/' },
{
path: '/',
component: Dashboard,