perf(textarea): 新增 disabled name 属性 input 事件

This commit is contained in:
就眠仪式
2021-10-13 15:11:32 +08:00
parent 5e1e09eac3
commit b5b79be4ef
4 changed files with 99 additions and 2 deletions

View File

@@ -288,6 +288,11 @@ export default {
title: '输入框',
subTitle: 'input',
path: '/zh-CN/components/input',
},{
id: 35,
title: '文本域',
subTitle: 'textarea',
path: '/zh-CN/components/textarea',
}
]

View File

@@ -186,6 +186,10 @@ const zhCN = [
path: '/zh-CN/components/input',
component: () => import('../../docs/zh-CN/components/input.md'),
meta: { title: '输入框' },
},{
path: '/zh-CN/components/textarea',
component: () => import('../../docs/zh-CN/components/textarea.md'),
meta: { title: '文本域' },
},
],
},