conboho


ConBoHo

  • A simple Vue plugin for date

    published 1.0.2 4 years ago
  • ```js //main.js import {IframeMsg} from 'w-iframe-msg' app.config.globalProperties.$IframeMsg=IframeMsg; ``` ## 父页面使用 ```js //.vue html <iframe ref="iframeElem" src="http://127.0.0.1:8082/xxchildren.html" frameborder="0"></iframe> //父页面 传参到子页面并接

    published 1.0.4 a year ago