Footer hinzugefügt, alles für den ersten Test-Build fertig gemacht
This commit is contained in:
11
src/router/index.ts
Normal file
11
src/router/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { createMemoryHistory, createRouter } from 'vue-router'
|
||||
|
||||
|
||||
const routes = [
|
||||
{ path: '/', component: () => import('../Main.vue') }
|
||||
]
|
||||
|
||||
export default createRouter({
|
||||
history: createMemoryHistory(),
|
||||
routes,
|
||||
});
|
||||
Reference in New Issue
Block a user