vue-vmix-conn-插件 vue的vMix连接插件。 用法 安装依赖项并添加到依赖项列表 纱 yarn add vue-vmix-conn-plugin -d NPM npm install vue-vmix-conn-plugin --save 实例化Vue实例 // In main script const Vue = require ( 'vue' ) const { vMixConnectionPlugin , vMixConnectionPluginStore } = require ( 'vue-vmix-conn-plugin' ) // Important line - install plugin in Vue Vue . use ( vMixConnectionPlugin , new vMixConnectionPluginStore ( ) ) cons