diff options
author | Andinus <andinus@nand.sh> | 2022-02-02 16:21:05 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-02-02 16:21:05 +0530 |
commit | 298fb6852fef3ede16b8aa297531c0ea8b6f26c7 (patch) | |
tree | 147eb596719d96e24d600589278fdeaa7612b0a3 /client/src/router | |
parent | 8234345a00d14fee2b5ca18466f19d2df4b4a5c7 (diff) | |
download | vela-298fb6852fef3ede16b8aa297531c0ea8b6f26c7.tar.gz |
Add primeflex css, header & NewSmile view
Diffstat (limited to 'client/src/router')
-rw-r--r-- | client/src/router/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
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') } ] |