⛅ 更新日志
This commit is contained in:
23
example/docs/zh-CN/components/datePicker.md
Normal file
23
example/docs/zh-CN/components/datePicker.md
Normal 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>
|
||||
|
||||
:::
|
||||
Reference in New Issue
Block a user