htn-components
Version:
Custom components for HTN
29 lines (28 loc) • 647 B
JavaScript
/* Automatically generated by './build/bin/build-entry.js' */
import Icon from '../packages/icon/index.js'
import Drawer from '../packages/drawer/index.js'
import MdoulePage from '../packages/module-page'
import Pagination from '../packages/pagination'
const components = [
Icon,
Drawer,
MdoulePage,
Pagination
]
const install = function(Vue, opts = {}) {
components.forEach(component => {
Vue.component(component.name, component)
})
}
/* istanbul ignore if */
if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue)
}
export default {
version: '0.0.9',
install,
Icon,
Drawer,
MdoulePage,
Pagination
}