File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui/src/components/uploader Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 "dev" : " quasar dev" ,
1111 "dev:ssr" : " quasar dev -m ssr" ,
1212 "build" : " quasar build -m ssr" ,
13- "deploy" : " yarn build && cd dist/ssr && now --public" ,
13+ "deploy" : " yarn build && cd dist/ssr && now --public --target production " ,
1414 "lint" : " eslint --ext .js,.vue src" ,
1515 "test" : " echo \" No test specified\" && exit 0"
1616 },
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ export default {
355355 return [
356356 h ( 'input' , {
357357 ref : 'input' ,
358- staticClass : 'q-uploader__input absolute-full' ,
358+ staticClass : 'q-uploader__input overflow-hidden absolute-full' ,
359359 attrs : {
360360 type : 'file' ,
361361 title : '' , // try to remove default tooltip
You can’t perform that action at this time.
0 commit comments