cloud-web-corejs 1.0.272 → 1.0.273

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.272",
4
+ "version": "1.0.273",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -978,6 +978,10 @@ export default {
978
978
  value: "editInput",
979
979
  label: "文本输入框",
980
980
  },
981
+ {
982
+ value: "textarea",
983
+ label: "多行文本输入框",
984
+ },
981
985
  {
982
986
  value: "editNumber",
983
987
  label: "数字输入框",