RubyGems
npm
Organizations
Log in
Sign up
npm
quasar-ui-danx
Versions diffs
0.3.21 → 0.3.22
Page 5
quasar-ui-danx 0.3.21 → 0.3.22
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/danx.es.js
+1
-2
package/dist/danx.es.js.map
+1
-1
package/dist/danx.umd.js
+1
-1
package/dist/danx.umd.js.map
+1
-1
package/package.json
+1
-1
package/src/components/ActionTable/Form/Fields/FileUploadButton.vue
+0
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "quasar-ui-danx",
3
-
"version": "0.3.
21
",
3
+
"version": "0.3.
22
",
4
4
"author": "Dan <dan@flytedesk.com>",
5
5
"description": "DanX Vue / Quasar component library",
6
6
"license": "MIT",
package/src/components/ActionTable/Form/Fields/FileUploadButton.vue
CHANGED
Viewed
@@ -8,7 +8,6 @@
8
8
{{ text }}
9
9
</slot>
10
10
11
-
{{ "accept: " + ((geolocation && cameraOnly) ? "image/*;capture=camera" : undefined) }}
12
11
<input
13
12
ref="fileUpload"
14
13
data-testid="file-upload"
« First
‹ Prev
1
2
3
4
5