cloud-web-corejs 1.0.54-dev.187 → 1.0.54-dev.188

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.54-dev.187",
4
+ "version": "1.0.54-dev.188",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -123,7 +123,7 @@ export default {
123
123
  if(this.dataType || (this.$attrs.hideInfo == true || this.$attrs.hideInfo == 'true')){
124
124
  arr.push('upload-img')
125
125
  }
126
- let widgetSize = this.$attrs.widgetSize || 1
126
+ let widgetSize = this.$attrs.widgetSize || 2
127
127
  if(widgetSize){
128
128
  let str1 = "widgetSize-" + widgetSize
129
129
  arr.push(str1)