📝(input): 📝(all): 更新日志
更新文档
This commit is contained in:
parent
527a3f64da
commit
bbf39ab795
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@layui/layui-vue",
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.6-alpha.1",
|
||||
"author": "就眠儀式",
|
||||
"license": "MIT",
|
||||
"description": "a component library for Vue 3 base on layui-vue",
|
||||
@ -10,6 +10,7 @@
|
||||
"jsdelivr": "umd/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
"style": "lib/index.css",
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"vue",
|
||||
"vue-component",
|
||||
|
@ -179,6 +179,7 @@ export default {
|
||||
| v-model / modelValue | 值 | -- |
|
||||
| autofocus | 原生属性 autofocus | `true` `false` |
|
||||
| autocomplete | 原生属性 autocomplete | `true` `false` |
|
||||
| allow-clear | 允许清空 allow-clear | `true` `false` |
|
||||
|
||||
:::
|
||||
|
||||
@ -197,5 +198,17 @@ export default {
|
||||
|
||||
:::
|
||||
|
||||
::: title Input 事件
|
||||
:::
|
||||
|
||||
::: table
|
||||
|
||||
| 事件 | 描述 | 参数 |
|
||||
| ----- | ------------------- | ----------------|
|
||||
| prefix | 输入框前置内容 | -- |
|
||||
| suffix | 输入框后置内容 | -- |
|
||||
|
||||
:::
|
||||
|
||||
::: previousNext input
|
||||
:::
|
Loading…
Reference in New Issue
Block a user