create-vuetronic-app
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "create-vuetronic-app", | ||
"author": "vuetronic", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"module": "dist/create-vuetronic-app.js", | ||
@@ -39,3 +39,3 @@ "main": "dist/create-vuetronic-app.js", | ||
}, | ||
"gitHead": "1e437b1f795bf050cddbd441713572bc52c411db" | ||
"gitHead": "e263c28345a93ebe8f74709e330fdedeb0aede13" | ||
} |
import { createRouter, createWebHashHistory } from 'vue-router' | ||
import Home from './views/Home.vue' | ||
import About from './views/About.vue' | ||
import Settings from './views/Settings.vue' | ||
@@ -8,2 +9,3 @@ const routes = [ | ||
{ path: '/about', component: About }, | ||
{ path: '/settings', component: Settings }, | ||
] | ||
@@ -10,0 +12,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9996
27
88