UNPKG

muf-ui

Version:

MUF-UI,基于Vue的Web多样化组件库

10 lines (7 loc) 248 B
//This is muf-ui input component import MufInput from "../Input/src/index.vue"; //will muf-input component inistall in whole Vue; MufInput.install = function(Vue) { Vue.component(MufInput.name, MufInput); }; export default MufInput;