zydx-plus 1.33.330 → 1.33.331

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": "zydx-plus",
3
- "version": "1.33.330",
3
+ "version": "1.33.331",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -107,6 +107,7 @@ export default defineComponent({
107
107
  : h('input', {
108
108
  type: 'file',
109
109
  class: 'hidden',
110
+ accept: accept,
110
111
  'data-id': data_id,
111
112
  onClick: (e) => e.target.value = null,
112
113
  onChange: (e) => onInputChange({ event: e, accept, file_size, cb: onClick, onError, disabled })
package/src/index.js CHANGED
@@ -81,7 +81,7 @@ function install(app) {
81
81
  }
82
82
 
83
83
  export default {
84
- version: '1.33.330',
84
+ version: '1.33.331',
85
85
  install,
86
86
  Calendar,
87
87
  Message,