UNPKG

hw-vue-components-test

Version:

hw vue components

7 lines (5 loc) 143 B
import HwButton from './src' HwButton.install = function (Vue) { Vue.component(HwButton.name, HwButton); }; export default HwButton