mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix lint
- still not automated
This commit is contained in:
parent
24a6ec88ad
commit
a04bc977d4
@ -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' />"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user