update DatePicker
update DatePicker
This commit is contained in:
parent
17e1fcf151
commit
0f6778937c
11 changed files with 832 additions and 21 deletions
15
test/routers/date.vue
Normal file
15
test/routers/date.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<div style="margin: 50px">
|
||||
<date-picker style="width:200px" placeholder="请选择日期"></date-picker>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {},
|
||||
data () {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue