UNPKG

@huntianning/components

Version:

Custom components for HTN

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