2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 01:00:34 +03:00

chore: fix lint

This commit is contained in:
pimlie
2019-07-11 21:43:05 +02:00
parent 1d9072a3af
commit 56f6577e25
40 changed files with 105 additions and 107 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Vue.use(Router)
const Post = () => import('./views/about.vue')
export default function createRouter() {
export default function createRouter () {
return new Router({
mode: 'hash',
base: '/',