- still not automated
This commit is contained in:
Matt Rider 2019-05-14 20:57:49 -03:00
parent 24a6ec88ad
commit a04bc977d4
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<template> <template>
<div> <div>
<vue-dropzone <vue-dropzone
ref="el"
id="dropzone" id="dropzone"
ref="el"
:include-styling="false" :include-styling="false"
:options="dropzoneOptions" :options="dropzoneOptions"
> >
@ -11,7 +11,6 @@
</div> </div>
</template> </template>
<script> <script>
import vueDropzone from 'nuxt-dropzone' import vueDropzone from 'nuxt-dropzone'
import 'nuxt-dropzone/dropzone.css' import 'nuxt-dropzone/dropzone.css'
@ -28,7 +27,8 @@ export default {
url: 'https://httpbin.org/post', url: 'https://httpbin.org/post',
thumbnailWidth: 150, thumbnailWidth: 150,
maxFilesize: 0.5, maxFilesize: 0.5,
dictDefaultMessage: "<img src='https://s3.amazonaws.com/uifaces/faces/twitter/envex/128.jpg' />" dictDefaultMessage:
"<img src='https://s3.amazonaws.com/uifaces/faces/twitter/envex/128.jpg' />"
} }
} }
}, },

View File

@ -14,7 +14,7 @@
:class="{'disabled-content': user.disabled}" :class="{'disabled-content': user.disabled}"
style="position: relative; height: auto;" style="position: relative; height: auto;"
> >
<hc-upload :user="user"/> <hc-upload :user="user" />
<!-- <ds-avatar <!-- <ds-avatar
:image="user.avatar" :image="user.avatar"
:name="userName" :name="userName"