formatting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createRouter, createWebHistory } from "vue-router";
|
||||
import { routerBase } from '../app.config.js';
|
||||
import { routerBase } from "../app.config.js";
|
||||
import HomeView from "../views/HomeView.vue";
|
||||
import AboutView from "../views/AboutView.vue";
|
||||
import DebugFrameView from "../views/DebugFrameView.vue";
|
||||
@@ -44,7 +44,7 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: "/telephonyContext",
|
||||
name: "customerAccount",
|
||||
name: "telephonyContext",
|
||||
components: { default: CustomerAccountView },
|
||||
props: {
|
||||
default: (route) => ({
|
||||
@@ -63,7 +63,7 @@ const routes = [
|
||||
},
|
||||
];
|
||||
|
||||
console.log(`mounting router on ${routerBase}`)
|
||||
console.log(`mounting router on ${routerBase}`);
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
|
||||
Reference in New Issue
Block a user