@burh/nuxt-core 1.0.300 → 1.0.301
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.
|
@@ -62,7 +62,7 @@ export default {
|
|
|
62
62
|
fileToUpload: null,
|
|
63
63
|
dropzoneOptions: {
|
|
64
64
|
maxFiles: 1,
|
|
65
|
-
maxFilesize: 0.
|
|
65
|
+
maxFilesize: 0.5, // ESTÁ DEFINIDO TAMANHO MÁXIMO DE 20 KB NA FOTO
|
|
66
66
|
dictFileTooBig:
|
|
67
67
|
'A imagem que você tentou inserir é maior que 500KB',
|
|
68
68
|
dictDefaultMessage: 'Clique ou arraste seu arquivo aqui',
|