mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
lint fix
This commit is contained in:
parent
7c26e84463
commit
b532a38966
@ -250,7 +250,6 @@ describe('ContributionForm.vue', () => {
|
||||
await wrapper.find('input[type="checkbox"]').trigger('click')
|
||||
expect(wrapper.find('input[type="checkbox"]').exists()).toBe(true)
|
||||
expect(wrapper.find('.images-set-blur').exists()).toBe(true)
|
||||
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
class="bluricon-post"
|
||||
icon="eye-slash"
|
||||
primary
|
||||
@click.prevent="blur"
|
||||
@click.prevent="setBlur"
|
||||
></ds-button>
|
||||
<img
|
||||
v-if="post.blurImage"
|
||||
@ -183,7 +183,7 @@ export default {
|
||||
this.blur = true
|
||||
}
|
||||
},
|
||||
blur() {
|
||||
setBlur() {
|
||||
if (!this.post.blurImage) {
|
||||
this.post.blurImage = true
|
||||
this.blur = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user