1.2.1 • Published 6 months ago
birth-of-date-v3 v1.2.1
生日公共组件
安装依赖
npm install birth-of-date-v3
属性说明
width: 组件宽度,默认100%
inputHeight:组件尺寸大小(default | comfortable | compact),默认default
title:组件title
values:赋予组件的初始值,格式 2024-09-14
@changeValue:选中值发生改变时触发该函数,返回改变后的值
开始使用
1:在main.js文件中引入
import BirthOfDate from 'birth-of-date-v3'
import 'birth-of-date-v3/dist/style.css'
app.use(BirthOfDate)
2:在需要的文件中使用
<birth-of-date @changeValue="getValue" :title="title" width="90vw" inputHeight="default" :values="birth"></birth-of-date>
1.2.1
6 months ago
1.2.0
8 months ago
1.1.9
8 months ago
1.1.8
9 months ago
1.1.7
9 months ago
1.1.6
9 months ago
1.1.5
9 months ago
1.1.4
9 months ago
1.1.3
9 months ago
1.1.2
10 months ago
1.1.1
10 months ago
1.1.0
10 months ago
1.0.9
10 months ago
1.0.8
10 months ago
1.0.7
10 months ago
1.0.6
10 months ago
1.0.5
10 months ago
1.0.4
10 months ago
1.0.3
10 months ago
1.0.2
10 months ago
1.0.1
10 months ago