export function createRouter () { return new Router({ mode: 'history', scrollBehavior: () => ({ y: 0 }), routes })}看文檔沒看懂?自己測試,去掉mode根路由后面會自動添加 #/ eg: http://localhost:8080/#/ http://localhost:8080/#/index請問這是為什么,還有這個scrollBehavior是什么意思。。。。
vue路由中的mode是什么意思?
MMTTMM
2019-03-21 18:19:56