0.0.7 • Published 5 years ago

rty-vue-components v0.0.7

Weekly downloads
29
License
-
Repository
-
Last release
5 years ago

Introduce

personal vue components

安装

npm install rty-vue-components -S

引入

全局引入

//main.js
import 'rty-vue-components/dist/rty-vue-components.min.css'
import { rtyButton } from 'rty-vue-components'
Vue.component('rtyButton',rtyButton)

单个引入

import { rtyButton } from 'rty-vue-components'
export default {
  components:{ rtyButton }
};

使用

<rty-button></rty-button>
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago