使用指南
未读
uniapp中vue与html与nvue通信方式
1.vue与html vue页面 <!-- 标签 -->
<!-- <web-view src="/hybrid/html/index.html" @message="handleMessage"></web-view> -->
onLoad() {
let that = this;
// #