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:
parent
dbbe4fe9de
commit
603f0a3be9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user