UNPKG

m2-webui

Version:

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

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