Merge branch 'master' into db-set-and-bak
This commit is contained in:
@@ -43,6 +43,12 @@ const routes: Array<RouteRecordRaw> = [
|
||||
/* webpackChunkName: "confirm-contact" */ "../views/ConfirmContactView.vue"
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "/contacts",
|
||||
name: "contacts",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "contacts" */ "../views/ContactsView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/scan-contact",
|
||||
name: "scan-contact",
|
||||
|
||||
Reference in New Issue
Block a user