vue局部刷新頁面的三種方法

方法一: location.reload(); 方法二: this.$router.go(0); 方法三: provide() 與 inject 結合; 在App.vue中 <template> <router-view v-if="isRouterAlive"/> </template> <script> export default { name: 'App', provid
相關文章
相關標籤/搜索