UNPKG

m2-webui

Version:

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

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