Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 390 Bytes

vue-jsnativebridge

jsbridge for h5 call native & native call h5

use this component you need install jsBridge in your native

IOS WebViewJavascriptBridge
Android JsBridge

import Vue from 'vue';
import jsBridge from 'vue-jsnativebridge';

Vue.use(jsBridge);