From 298fb6852fef3ede16b8aa297531c0ea8b6f26c7 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 2 Feb 2022 16:21:05 +0530 Subject: Add primeflex css, header & NewSmile view --- client/src/router/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/router') diff --git a/client/src/router/index.js b/client/src/router/index.js index 4300a69..f0d3113 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -8,12 +8,12 @@ const routes = [ component: Home }, { - path: '/about', - name: 'About', + path: '/new', + name: 'New Smile', // route level code-splitting // this generates a separate chunk (about.[hash].js) for this route // which is lazy-loaded when the route is visited. - component: () => import(/* webpackChunkName: "about" */ '../views/About.vue') + component: () => import(/* webpackChunkName: "about" */ '../views/NewSmile.vue') } ] -- cgit 1.4.1-2-gfad0