document(global): 更新文档

This commit is contained in:
就眠仪式 2021-10-13 10:04:43 +08:00
parent 23317590c4
commit bbe15836c9
6 changed files with 42 additions and 6 deletions

View File

@ -22,6 +22,30 @@ export default {
::: :::
::: demo
<template>
<lay-form>
<lay-checkbox name="like" label="1">普通</lay-checkbox>
</lay-form>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::
::: demo ::: demo
<template> <template>

View File

@ -1047,7 +1047,9 @@ export default {
::: :::
<lay-field title="Icon attributes" style="margin-top:40px"/> ::: field Icon attributes
:::
| | | | | | | |
| ---- | ---- | ----------------- | | ---- | ---- | ----------------- |

View File

@ -86,7 +86,9 @@ export default {
::: :::
<lay-field title="IconPicker attributes" style="margin-top:40px"/> ::: field IconPicker attributes
:::
| | | | | | | |
| ---------- | -------- | --- | | ---------- | -------- | --- |

View File

@ -31,7 +31,9 @@ export default {
::: :::
<lay-field title="Line attributes" style="margin-top:40px"/> ::: field Line attributes
:::
| | | | | | | |
| ----- | ---- | --------------------------------------------- | | ----- | ---- | --------------------------------------------- |

View File

@ -56,7 +56,9 @@ export default {
::: :::
<lay-field title="Menu attributes" style="margin-top:40px"/> ::: field Menu attributes
:::
| | | | | | | |
| ----------- | -------- | --- | | ----------- | -------- | --- |

View File

@ -107,7 +107,9 @@ export default {
::: :::
<lay-field title="Page attributes" style="margin-top:40px"/> ::: field Page attributes
:::
| | | | | | | |
| ----------- | ------------ | ------- | | ----------- | ------------ | ------- |
@ -119,7 +121,9 @@ export default {
| showRefresh | 显示刷新按钮 | `false` | | showRefresh | 显示刷新按钮 | `false` |
| showSkip | 显示跳转 | `false` | | showSkip | 显示跳转 | `false` |
<lay-field title="Page events" style="margin-top:40px"/> ::: field Page events
:::
| | | | | | | |
| ----------- | ------------ | ------- | | ----------- | ------------ | ------- |