UNPKG

tyh-ui

Version:

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

8 lines (5 loc) 161 B
import TyhDivision from './division' TyhDivision.install = function (Vue) { Vue.component(TyhDivision.name, TyhDivision) } export default TyhDivision