UNPKG

tyh-ui

Version:

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

8 lines (5 loc) 137 B
import TyhList from './list' TyhList.install = function (Vue) { Vue.component(TyhList.name, TyhList) } export default TyhList