chore: Fix Eslint warnings (#3654)
* Fix all the eslint warnings * Revert the schema
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -11,9 +11,11 @@ export default {
|
||||
props: {
|
||||
src: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user