UNPKG

wantongjizhi

Version:

Custom components for WANTONG JIZHI

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