mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-24 07:29:16 +08:00
feat: change doc router mode to hash (#158)
This commit is contained in:
parent
9679a59d9f
commit
64fd0ccb00
@ -21,7 +21,7 @@ routesConfig.push({
|
||||
component: DemoList
|
||||
});
|
||||
const router = new VueRouter({
|
||||
mode: 'history',
|
||||
mode: 'hash',
|
||||
base: '/zanui/vue/examples',
|
||||
routes: routesConfig
|
||||
});
|
||||
|
@ -15,7 +15,7 @@ routesConfig.push({
|
||||
});
|
||||
|
||||
const router = new VueRouter({
|
||||
mode: 'history',
|
||||
mode: 'hash',
|
||||
base: '/zanui/vue/',
|
||||
routes: routesConfig
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user