docs: update

This commit is contained in:
就眠儀式
2022-03-17 00:04:27 +08:00
parent 1c5635ec27
commit c900a02e0a
7 changed files with 42 additions and 15 deletions

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 需要一个简洁的确认框询问用户时。
:::
::: title 基础使用
:::

View File

@@ -1,13 +1,20 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 高级 Web 日历组件,完全开源无偿且颜值与功能兼备,足以应对日期相关的各种业务场景。
:::
::: title 基础使用
:::
::: demo
<template>
<lay-date-picker v-model="endTime" frontText="结束时间:"></lay-date-picker>
<lay-date-picker v-model="endTime"></lay-date-picker>
</template>
<script>

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 屏幕边缘滑出的浮层面板。
:::
::: title 基础使用
:::

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 需要用户处理事务,又不希望跳转页面以致打断工作流程时,可以使用 Modal 在当前页面正中打开一个浮层,承载相应的操作。
:::
::: title 基本使用
:::

View File

@@ -4,7 +4,7 @@
::: title 基本介绍
:::
::: describe 当有重要操作需告知用户处理结果,且反馈内容较为复杂时使用
::: describe 虚拟滚动, 常用于美化浏览器原生滚动条
:::
::: title 基础使用