chore: Fix Eslint warnings (#3654)

* Fix all the eslint warnings

* Revert the schema
This commit is contained in:
Muhsin Keloth
2021-12-27 13:49:31 +05:30
committed by GitHub
parent 28da30f7e4
commit 9606abe251
17 changed files with 63 additions and 50 deletions

View File

@@ -19,7 +19,11 @@
<script>
export default {
props: ['url', 'thumb', 'readableTime'],
props: {
url: { type: String, default: '' },
thumb: { type: String, default: '' },
readableTime: { type: String, default: '' },
},
methods: {
onImgError() {
this.$emit('error');

View File

@@ -11,9 +11,11 @@ export default {
props: {
src: {
type: String,
default: '',
},
size: {
type: String,
default: '',
},
},
computed: {