UNPKG

wantongjizhi

Version:

Custom components for WANTONG JIZHI

8 lines (5 loc) 122 B
import Empty from './empty' Empty.install = (Vue) => { Vue.component(Empty.name, Empty) } export default Empty