UNPKG

wp-element-ui

Version:
8 lines (5 loc) 127 B
import Empty from './src/index.vue'; Empty.install = (Vue) => { Vue.component(Empty.name, Empty); }; export default Empty;