UNPKG

vue-ue-sdk

Version:

基于vue2实现的ue sdk

9 lines 219 B
import "./dist/index.css" import { UEPlayer } from './dist/bundle.esm.js' export * from './dist/bundle.esm.js' const install = (app) => { app.component('UEPlayer', UEPlayer); } export default { install }