UNPKG

tyh-ui

Version:

tyh ui is a set of desktop lightweight UI component library based on Vue # 2.0.

8 lines (5 loc) 141 B
import TyhButton from './button' TyhButton.install = Vue => { Vue.component(TyhButton.name, TyhButton) } export default TyhButton