UNPKG

tyh-ui

Version:

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

8 lines (5 loc) 135 B
import TyhInput from './input' TyhInput.install = Vue => { Vue.component(TyhInput.name, TyhInput) } export default TyhInput