UNPKG

@huntianning/components

Version:

Custom components for HTN

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