add setup page

This commit is contained in:
LouisLam
2021-07-11 13:47:57 +08:00
parent 86492f6dad
commit 5f89940ab6
7 changed files with 173 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ import EditMonitor from "./pages/EditMonitor.vue";
import Toast from "vue-toastification";
import "vue-toastification/dist/index.css";
import "bootstrap"
import Setup from "./pages/Setup.vue";
const routes = [
{
@@ -56,8 +57,14 @@ const routes = [
},
],
},
],
}
},
{
path: '/setup',
component: Setup,
},
]
const router = createRouter({