xxx.xxx.com/index.html#/library/question/common #/後的路徑變化時,頁面中部分組件視圖顯示不對,發現是在mounted裏面寫的數據綁定初始化,後來挪動到watch路由中就生效了。html
watch: { $route() { initXX(); } } 複製代碼