UNPKG

m2-mobui

Version:

The package is provided web components and utilities based on vue and element-ui.

8 lines (5 loc) 145 B
import Container from './src/main' Container.install = (Vue) => { Vue.component(Container.name, Container) } export default Container