调用父页面 parent.fun()
调用子页面 找到ref的名字 ref=“aaa"
子页面定义 var bbb =new vue
this.$refs.aaa.contentWindow.bbb.fun()