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"
|
||||
icon="eye-slash"
|
||||
primary
|
||||
@click.prevent="Blur"
|
||||
@click.prevent="blur"
|
||||
></ds-button>
|
||||
<img
|
||||
v-if="post.blurImage"
|
||||
@ -183,7 +183,7 @@ export default {
|
||||
this.blur = true
|
||||
}
|
||||
},
|
||||
Blur() {
|
||||
blur() {
|
||||
if (!this.post.blurImage) {
|
||||
this.post.blurImage = true
|
||||
this.blur = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user