更新日志

This commit is contained in:
就眠儀式
2021-12-21 00:37:21 +08:00
parent 06b7fc3c3b
commit e3c5426601
5 changed files with 43 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
::: title 基础使用
:::
::: demo
<template>
<lay-date-picker>
</lay-date-picker>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::