1.0.23 • Published 2 years ago

@yp910108/y-components v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.2

3 years ago

1.0.18

3 years ago

1.0.1

3 years ago

1.0.17

3 years ago

1.0.0

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

0.0.7

3 years ago

1.0.12

3 years ago

0.0.1

4 years ago

0.1.0

4 years ago