0👍
Try this:
let routes = [
{
path: "/",
component: () => import('./views/Home.vue')
}
]
- [Vuejs]-Preg_match(): Compilation failed: invalid range in character class at offset 20
- [Vuejs]-FirebaseError: Missing or insufficient permissions. Read Only
Source:stackexchange.com