Vue頁面刷新

beforeRouteLeave(to, from, next) {
    
    this.$destroy();
  
    next();
 
}
或者使用Vue的生命週期函數activated,這個是解決keep-alive緩存的
相關文章
相關標籤/搜索