eoss-ui 0.4.86 → 0.4.88

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.
@@ -480,7 +480,7 @@ export default {
480
480
  url() {
481
481
  let url = this.action
482
482
  ? this.action
483
- : this.portrait || !this.multiple
483
+ : this.portrait
484
484
  ? uploadOnlyOne
485
485
  : uploads;
486
486
  return url.indexOf(this.host) > -1 ? url : this.host + url;
package/src/index.js CHANGED
@@ -117,7 +117,7 @@ if (typeof window !== 'undefined' && window.Vue) {
117
117
  }
118
118
 
119
119
  export default {
120
- version: '0.4.86',
120
+ version: '0.4.88',
121
121
  install,
122
122
  Button,
123
123
  ButtonGroup,