UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 134 B
import FileIcon from './file-icon' FileIcon.install = (Vue) => { Vue.component(FileIcon.name, FileIcon) } export default FileIcon