feat:新增 form 组件
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { ElInput } from 'element-plus'
|
||||
import { h } from 'vue'
|
||||
|
||||
export default {
|
||||
name: 'textarea',
|
||||
component: h(ElInput, { type: 'textarea', showWordLimit: true, autocomplete: 'off' }),
|
||||
type: 'basic'
|
||||
}
|
Reference in New Issue
Block a user