Compare commits
2 Commits
011e41432c
...
65d9bd2a39
Author | SHA1 | Date | |
---|---|---|---|
65d9bd2a39 | |||
af8b5f6a8d |
@ -1,8 +1,8 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
import { createRouter, createWebHashHistory } from 'vue-router'
|
||||
import HomeView from '@/views/HomeView.vue'
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory('/'),
|
||||
history: createWebHashHistory(),
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
|
Reference in New Issue
Block a user