1.0.23 • Published 3 years ago
@yp910108/y-components v1.0.23
y-components
说明
基于 element-ui 的组件库
文档
安装
# y-components 依赖于 element-ui,首先安装 element-ui
npm i element-ui@2.13.2 -S
npm i @yp910108/y-components -S
# 或
npm i element-ui@2.13.2 @yp910108/y-components -S快速上手
import Vue from 'vue'
import Element from 'element-ui'
import YComponents from '@yp910108/y-components'
import 'element-ui/lib/theme-chalk/index.css'
import '@yp910108/y-components/lib/theme/index.css'
import App from './App.vue'
Vue.use(YComponents)
new Vue({
el: '#app',
render: (h) => h(App)
})1.0.23
3 years ago
1.0.22
3 years ago
1.0.21
3 years ago
1.0.20
3 years ago
1.0.2
4 years ago
1.0.18
4 years ago
1.0.1
4 years ago
1.0.17
4 years ago
1.0.0
4 years ago
1.0.16
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
0.0.7
4 years ago
1.0.12
4 years ago
0.0.1
5 years ago
0.1.0
5 years ago