Merge branch 'develop' of https://gitee.com/layui-vue/layui-vue into develop

This commit is contained in:
sight
2021-12-21 23:45:16 +08:00
5 changed files with 46 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>
:::