UNPKG

@huntianning/components

Version:

Custom components for HTN

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