vue内嵌iframe页面刷新

<iframe :src="currUrl" id="win" ref="myIframe"  width="100%" height="100%"  
frameborder="0"  marginwidth="0"  marginheight="0" ></iframe>
  
  this.$refs.myIframe.contentWindow.location.reload(true)```//页面重新加载

你可能感兴趣的:(前端,js,vue.js,javascript,前端)