document(global): 更新文档
This commit is contained in:
parent
23317590c4
commit
bbe15836c9
@ -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>
|
||||||
|
@ -1047,7 +1047,9 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<lay-field title="Icon attributes" style="margin-top:40px"/>
|
::: field Icon attributes
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
| ---- | ---- | ----------------- |
|
| ---- | ---- | ----------------- |
|
||||||
|
@ -86,7 +86,9 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<lay-field title="IconPicker attributes" style="margin-top:40px"/>
|
::: field IconPicker attributes
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
| ---------- | -------- | --- |
|
| ---------- | -------- | --- |
|
||||||
|
@ -31,7 +31,9 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<lay-field title="Line attributes" style="margin-top:40px"/>
|
::: field Line attributes
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
| ----- | ---- | --------------------------------------------- |
|
| ----- | ---- | --------------------------------------------- |
|
||||||
|
@ -56,7 +56,9 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<lay-field title="Menu attributes" style="margin-top:40px"/>
|
::: field Menu attributes
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
| ----------- | -------- | --- |
|
| ----------- | -------- | --- |
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
| | | |
|
| | | |
|
||||||
| ----------- | ------------ | ------- |
|
| ----------- | ------------ | ------- |
|
||||||
|
Loading…
Reference in New Issue
Block a user