npm install vue-nocaptcha Version NOTE: Please Keep Update this plugin to maintain nc.js and nch5.js files fresh there's 3 versions of Vue-noCAPTCHA now. full version (support both desktop and H5) //import { nocaptcha } from 'vue-nocaptcha' ...
import{nocaptcha}from'vue-nocaptcha'exportdefault{components:{nocaptcha}} as global component importVuefrom'vue'importnocaptchafrom'vue-nocaptcha'Vue.use(nocaptcha) pc/h5 version control Normally, it can be control automatic. Maybe, you need control it yourself. ...