UNPKG

tyh-ui

Version:

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

8 lines (5 loc) 139 B
import TyhTable from './table.vue' TyhTable.install = app => { app.component(TyhTable.name, TyhTable) } export default TyhTable