1.0.3 • Published 4 years ago

randy-ui v1.0.3

Weekly downloads
16
License
-
Repository
-
Last release
4 years ago

#VUE UI 组件

Build Status

randy-ui

官网地址

randy-ui 使用方式

import Vue from 'vue';
import 'randy-ui/randy/randy.css'
import { Button, Uploader } from 'randy-ui';
import App from './App.vue';

Vue.component('MButton', Button);
Vue.component('MUploader', Uploader);
/* 或写为
 * Vue.use(Button)
 * Vue.use(Uploader)
 */

new Vue({
  el: '#app',
  render: h => h(App)
});
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago