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:
Vendored
+1
-1
@@ -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: '/',
|
||||
|
||||
Reference in New Issue
Block a user