docs(Form): add DatetimePicker demo

This commit is contained in:
陈嘉涵
2020-02-11 14:45:47 +08:00
parent 3f33b6de47
commit ed16eb7a59
8 changed files with 163 additions and 6 deletions
-2
View File
@@ -82,7 +82,6 @@ export default {
currentDate: new Date()
};
},
methods: {
formatter(type, val) {
if (type === 'year') {
@@ -134,7 +133,6 @@ export default {
currentTime: '12:00'
};
},
methods: {
filter(type, options) {
if (type === 'minute') {
-2
View File
@@ -84,7 +84,6 @@ export default {
currentDate: new Date()
};
},
methods: {
formatter(type, val) {
if (type === 'year') {
@@ -138,7 +137,6 @@ export default {
currentTime: '12:00'
};
},
methods: {
filter(type, options) {
if (type === 'minute') {