UNPKG

htn-components

Version:

Custom components for HTN

16 lines (13 loc) 280 B
/* * @Description: Icon * @Author: LL * @LastEditors: LL * @Date: 2022-03-07 21:55:52 * @LastEditTime: 2022-03-24 21:45:40 */ import Icon from './src/icon' /* istanbul ignore next */ Icon.install = function(Vue) { Vue.component(Icon.default, Icon) } export default Icon