mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
rename Blur() to blur()
This commit is contained in:
parent
7b0b2cc93e
commit
7c26e84463
@ -23,7 +23,7 @@
|
|||||||
class="bluricon-post"
|
class="bluricon-post"
|
||||||
icon="eye-slash"
|
icon="eye-slash"
|
||||||
primary
|
primary
|
||||||
@click.prevent="Blur"
|
@click.prevent="blur"
|
||||||
></ds-button>
|
></ds-button>
|
||||||
<img
|
<img
|
||||||
v-if="post.blurImage"
|
v-if="post.blurImage"
|
||||||
@ -183,7 +183,7 @@ export default {
|
|||||||
this.blur = true
|
this.blur = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Blur() {
|
blur() {
|
||||||
if (!this.post.blurImage) {
|
if (!this.post.blurImage) {
|
||||||
this.post.blurImage = true
|
this.post.blurImage = true
|
||||||
this.blur = false
|
this.blur = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user