There was an error while loading. Please reload this page.
1 parent ee256ed commit b33813bCopy full SHA for b33813b
devui/textarea/index.ts
@@ -10,7 +10,7 @@ export { Textarea }
10
export default {
11
title: 'Textarea 多行文本框',
12
category: '数据录入',
13
- status: '90%', // TODO: 组件若开发完成则填入"已完成",并删除该注释
+ status: '已完成', // TODO: 组件若开发完成则填入"已完成",并删除该注释
14
install(app: App): void {
15
app.use(Textarea as any)
16
}
0 commit comments