UNPKG

mkh-message-server

Version:

消息服务-ui

11 lines (8 loc) 209 B
import Message from './src/views/Message.vue'; const coms = [Message]; const install = function (Vue) { coms.forEach((com) => { Vue.component(com.name, com); }); }; export default install;