vue刷新当前页面的方法
时间: 2023-08-23 16:03:42 浏览: 100
可以使用以下方法刷新当前页面:
```javascript
location.reload();
```
或者在Vue组件中使用以下方法:
```javascript
this.$router.go(0);
```
这将重新加载当前路由,从而刷新页面。
相关问题
Vue 刷新当前页面,并重新加载页面数据
可以通过以下两种方式来刷新当前页面,并重新加载页面数据:
1. 使用 location.reload() 方法来刷新当前页面,代码如下:
```
location.reload();
```
2. 使用 Vue 中的 $route 对象来重新加载页面数据,代码如下:
```
this.$router.go(0);
```
其中,$router 是 Vue Router 实例,通过 go(0) 方法可以刷新当前页面,并重新加载页面数据。
vue 刷新当前页面,并重新加载页面数据
可以通过以下两种方式来刷新当前页面,并重新加载页面数据:
1. 使用 location.reload() 方法来刷新当前页面,代码如下:
```
location.reload();
```
2. 使用 Vue 中的 $route 对象来重新加载页面数据,代码如下:
```
this.$router.go(0);
```
其中,$router 是 Vue Router 实例,通过 go(0) 方法可以刷新当前页面,并重新加载页面数据。
阅读全文