UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 131 B
import Textbox from './textbox.vue' Textbox.install = (Vue) => { Vue.component(Textbox.name, Textbox) } export default Textbox