feat: router in history mode
This commit is contained in:
@@ -5,6 +5,7 @@ import Home from './views/Home.vue'
|
||||
Vue.use(Router)
|
||||
|
||||
export default new Router({
|
||||
mode: 'history',
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
|
||||
Reference in New Issue
Block a user