mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
mounted removed and everything put on blurImage
This commit is contained in:
parent
5586335ed2
commit
a30a7ac8b0
@ -29,7 +29,6 @@
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
id="blur-img"
|
id="blur-img"
|
||||||
v-model="blurImage"
|
v-model="blurImage"
|
||||||
@change="form.checkbox = blurImage"
|
|
||||||
/>
|
/>
|
||||||
<a href="https://faq.human-connection.org/" target="_blank" class="link">
|
<a href="https://faq.human-connection.org/" target="_blank" class="link">
|
||||||
{{ $t('contribution.shockingPicture-text') }}
|
{{ $t('contribution.shockingPicture-text') }}
|
||||||
@ -201,12 +200,7 @@ export default {
|
|||||||
contentMin: 3,
|
contentMin: 3,
|
||||||
hashtags: [],
|
hashtags: [],
|
||||||
elem: null,
|
elem: null,
|
||||||
blurImage: false,
|
blurImage: form.checkbox,
|
||||||
}
|
|
||||||
},
|
|
||||||
mounted() {
|
|
||||||
if (this.contribution && this.contribution.blurImage === true) {
|
|
||||||
this.blurImage = true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@ -240,7 +234,7 @@ export default {
|
|||||||
language,
|
language,
|
||||||
image,
|
image,
|
||||||
imageUpload: teaserImage,
|
imageUpload: teaserImage,
|
||||||
blurImage: this.form.checkbox,
|
blurImage: this.blurImage,
|
||||||
imageAspectRatio,
|
imageAspectRatio,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user