Skip to content

Commit b33813b

Browse files
committed
feat: 更新【textarea】状态
1 parent ee256ed commit b33813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devui/textarea/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export { Textarea }
1010
export default {
1111
title: 'Textarea 多行文本框',
1212
category: '数据录入',
13-
status: '90%', // TODO: 组件若开发完成则填入"已完成",并删除该注释
13+
status: '已完成', // TODO: 组件若开发完成则填入"已完成",并删除该注释
1414
install(app: App): void {
1515
app.use(Textarea as any)
1616
}

0 commit comments

Comments
 (0)