vue中使用路由跳轉時,若是跳轉的頁面是當前頁面,如何實現刷新當前頁

<keep-alive> <router-view :key="key"></router-view> </keep-alive>   import { getUuid } from 'src/common/js/getUuid' computed: { key () { let num = this.$route.name !== undefined ? this.$ro
相關文章
相關標籤/搜索