Skip to content

Commit

Permalink
[fix]{text}: 补全文本组件options,修复拖拽报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Dec 6, 2019
1 parent 9ec1c72 commit 505d6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/FormDesigner/componentsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export const basicComponents = [
type: 'text',
name: '文本',
icon: 'language',
options: {
defaultValue: '',
remoteFunc: '',
},
},
{
type: 'textarea',
Expand Down

0 comments on commit 505d6ed

Please sign in to comment.