0.1.9 • Published 6 years ago

ebid-element-ui v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

ebid-element-ui

引入

npm install ebid-element-ui

在 main.js 中写入以下内容:

import Vue from 'vue';
import EbidElement from 'ebid-element-ui';
import 'ebid-element-ui/lib/ebid-element-ui.css';
import App from './App.vue';

Vue.use(EbidElement);

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

使用

<eb-el-button>按钮</eb-el-button>
0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago