UNPKG

em-fe

Version:

快速开发产品的UI库

8 lines (5 loc) 175 B
import EmfeCountdown from './src/EmfeCountdown.vue'; EmfeCountdown.install = (Vue) => { Vue.component(EmfeCountdown.name, EmfeCountdown); }; export default EmfeCountdown;