ui-template-muc
Version:
A fantastic mobile ui lib implement by Vue
26 lines (24 loc) • 559 B
JavaScript
/* Automatically generated by './build/bin/entry.js' */
import BScroll from './components/bScroll/index.js'
import Style from './components/Style/index.js'
const components = [
BScroll,
Style
]
const install = function (Vue, opts = {}) {
components.forEach(component => {
if (component.name) {
Vue.component(component.name, component)
}
})
}
/* istanbul ignore if */
if (typeof window !== 'undefined' && window.Vue) {
install(window.Vue)
}
export default {
version: '1.1.0',
install,
BScroll,
Style
}