UNPKG

wj-ui

Version:

13 lines (10 loc) 273 B
import testNpmPackage from './testNpmPackage.vue' const npmObj={ install (Vue,options) { Vue.component(testNpmPackage.name,testNpmPackage) } } if(typeof window !== 'undefined' && window.Vue){ window.Vue.use(npmObj) } export default npmObj