layui/example/docs/zh-CN/components/field.md

81 lines
804 B
Markdown
Raw Normal View History

::: anchor
:::
::: title 基础使用
:::
2021-10-01 14:31:21 +00:00
::: demo
<template>
<lay-field title="标题">内容</lay-field>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::
2021-10-01 16:05:59 +00:00
::: demo
<template>
<lay-field title="标题">内容</lay-field>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::
::: demo
<template>
<lay-field title="标题"></lay-field>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::
2022-01-09 17:17:03 +00:00
::: title Field 属性
2021-10-13 02:19:38 +00:00
:::
2021-10-12 10:00:09 +00:00
2021-11-07 07:55:08 +00:00
::: table
2021-10-25 17:14:17 +00:00
| Name | Description | Accepted Values |
| ----- | ----------- | --------------- |
| title | 标题 | -- |
2021-11-07 07:55:08 +00:00
2021-11-07 07:56:24 +00:00
:::
2021-12-16 09:57:59 +00:00
2022-03-29 23:44:37 +00:00
2022-01-12 06:19:06 +00:00
::: previousNext field
2021-12-16 09:57:59 +00:00
:::