Remove '/#/' from URL

This commit is contained in:
beaock
2020-05-11 18:18:41 +09:00
committed by winkidney
parent f2b38df680
commit e54adc8b3c

View File

@@ -61,6 +61,7 @@ const routes = [
];
const router = new VueRouter({
mode: 'history',
routes,
});