template-designer 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,8 +45,6 @@ const templateData = ref({
45
45
  })
46
46
 
47
47
  const config = ref({
48
- // 文本组件生成快照的显示优先级 text:优先显示测试数据 filedName:优先显示字段名称 默认text
49
- textDisplayPriority: 'text' || 'filedName'
50
48
  // 组件显示配置
51
49
  })
52
50