UNPKG

tyh-ui

Version:

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

8 lines (5 loc) 123 B
import TyhTag from './tag' TyhTag.install = Vue => { Vue.component(TyhTag.name, TyhTag) } export default TyhTag