UNPKG

htn-components

Version:

Custom components for HTN

16 lines (13 loc) 292 B
/* * @Description: Icon * @Author: LL * @LastEditors: LL * @Date: 2022-03-07 21:55:52 * @LastEditTime: 2022-03-26 15:53:00 */ import Drawer from './src/drawer' /* istanbul ignore next */ Drawer.install = function(Vue) { Vue.component(Drawer.default, Drawer) } export default Drawer