UNPKG

m2-webui

Version:

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

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