chore: 研发 date-picker 日期组件

This commit is contained in:
就眠儀式
2022-03-15 22:44:07 +08:00
parent e6b7338d37
commit 0e39e81e5c
13 changed files with 655 additions and 7 deletions

View File

@@ -7,8 +7,7 @@
::: demo
<template>
<lay-date-picker>
</lay-date-picker>
<lay-date-picker v-model="endTime" frontText="结束时间:"></lay-date-picker>
</template>
<script>
@@ -17,7 +16,10 @@ import { ref } from 'vue'
export default {
setup() {
const endTime = ref("2022-03-04 17:35:00");
return {
endTime
}
}
}