sone-ui-component-3.2.4 2.0.271 → 2.0.272

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,6 +1,6 @@
1
1
  {
2
2
  "name": "sone-ui-component-3.2.4",
3
- "version": "2.0.271",
3
+ "version": "2.0.272",
4
4
  "private": false,
5
5
  "main": "lib/sone-ui.common.js",
6
6
  "files": [
@@ -8,6 +8,7 @@
8
8
  -->
9
9
  <template>
10
10
  <div class="sone-upload-box" :class="{ 'sone-upload-box-full': type === 'img' && !multiple }">
11
+ <div>11111</div>
11
12
  <el-upload
12
13
  ref="upload"
13
14
  action
package/src/index.js CHANGED
@@ -55,7 +55,7 @@ if (typeof window !== 'undefined' && window.Vue) {
55
55
  }
56
56
 
57
57
  export default {
58
- version: '2.0.270',
58
+ version: '2.0.272',
59
59
  locale: locale.use,
60
60
  i18n: locale.i18n,
61
61
  install,