Merge pull request #2065 from Leopoldthecoder/version

update versions.json
pull/2081/head
baiyaaaaa 2016-12-29 21:38:46 +08:00 committed by GitHub
commit 71173b7467
6 changed files with 37 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<div class="footer-main"> <div class="footer-main">
<p class="footer-main-title">Element {{ version }} Hydrogen</p> <p class="footer-main-title">Element {{ version }} Helium</p>
<a href="https://github.com/ElemeFE/element/issues" class="footer-main-link" target="_blank">{{ langConfig.feedback }}</a> <a href="https://github.com/ElemeFE/element/issues" class="footer-main-link" target="_blank">{{ langConfig.feedback }}</a>
<a href="https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.md" class="footer-main-link" target="_blank">{{ langConfig.contribution }}</a> <a href="https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.md" class="footer-main-link" target="_blank">{{ langConfig.contribution }}</a>
</div> </div>

View File

@ -193,7 +193,7 @@ Select date and time in one picker.
} }
}] }]
}, },
value3: '', value3: [new Date(2000, 10, 10, 10, 10), new Date(2000, 10, 11, 10, 10)],
value4: '' value4: ''
}; };
} }

View File

@ -310,7 +310,7 @@
| onClick | 选中后的回调函数,参数是 vm可通过触发 'pick' 事件设置选择器的值。例如 vm.$emit('pick', new Date()) | function | — | — | | onClick | 选中后的回调函数,参数是 vm可通过触发 'pick' 事件设置选择器的值。例如 vm.$emit('pick', new Date()) | function | — | — |
### Events ### Events
| Event Name | Description | Parameters | | 事件名称 | 说明 | 回调参数 |
|---------|--------|---------| |---------|--------|---------|
| change | 当 input 的值改变时触发,返回值和文本框一致 | formatted value | | change | 当 input 的值改变时触发,返回值和文本框一致 | 格式化后的值 |

View File

@ -216,7 +216,7 @@
} }
}] }]
}, },
value3: '', value3: [new Date(2000, 10, 10, 10, 10), new Date(2000, 10, 11, 10, 10)],
value4: '' value4: ''
}; };
} }

View File

@ -76,6 +76,7 @@
province: '上海', province: '上海',
city: '普陀区', city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄', address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄',
zip: 200333 zip: 200333
}, { }, {
date: '2016-05-01', date: '2016-05-01',
@ -1393,10 +1394,19 @@
data() { data() {
return { return {
tableData3: [{ tableData3: [{
date: '2016-05-03',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-02', date: '2016-05-02',
name: '王小虎', name: '王小虎',
province: '上海', province: '上海',
city: '普陀区', city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄', detailAddress: '金沙江路 1518 弄',
zip: 200333 zip: 200333
}, { }, {
@ -1404,6 +1414,7 @@
name: '王小虎', name: '王小虎',
province: '上海', province: '上海',
city: '普陀区', city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄', detailAddress: '金沙江路 1518 弄',
zip: 200333 zip: 200333
}, { }, {
@ -1411,13 +1422,31 @@
name: '王小虎', name: '王小虎',
province: '上海', province: '上海',
city: '普陀区', city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄', detailAddress: '金沙江路 1518 弄',
zip: 200333 zip: 200333
}, { }, {
date: '2016-05-03', date: '2016-05-08',
name: '王小虎', name: '王小虎',
province: '上海', province: '上海',
city: '普陀区', city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-06',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-07',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
detailAddress: '金沙江路 1518 弄', detailAddress: '金沙江路 1518 弄',
zip: 200333 zip: 200333
}] }]

View File

@ -1,3 +1,4 @@
{ {
"1.0.9": "1.0" "1.0.9": "1.0",
"1.1.0": "1.1"
} }