mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-20 18:40:33 +03:00
test: add e2e tests
This commit is contained in:
Vendored
+1
-1
@@ -1,9 +1,9 @@
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
import Home from './views/home.vue'
|
||||
|
||||
Vue.use(Router)
|
||||
|
||||
const Home = () => import('./views/home.vue')
|
||||
const Post = () => import('./views/about.vue')
|
||||
|
||||
export default function createRouter() {
|
||||
|
||||
Reference in New Issue
Block a user