mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Remove unused variable/method
This commit is contained in:
parent
c387760046
commit
05ad8ccc30
@ -19,7 +19,7 @@
|
||||
<ds-flex-item width="50%" />
|
||||
<ds-flex-item width="20%">
|
||||
<ds-button
|
||||
:disabled="loading || disabled"
|
||||
:disabled="disabled"
|
||||
ghost
|
||||
@click.prevent="clear"
|
||||
>
|
||||
@ -29,7 +29,6 @@
|
||||
<ds-flex-item width="20%">
|
||||
<ds-button
|
||||
type="submit"
|
||||
:loading="loading"
|
||||
:disabled="disabled || errors"
|
||||
primary
|
||||
>
|
||||
@ -57,7 +56,6 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
loading: false,
|
||||
disabled: true,
|
||||
form: {
|
||||
content: ''
|
||||
|
||||
@ -415,9 +415,6 @@ export default {
|
||||
this.$emit('input', content)
|
||||
}
|
||||
},
|
||||
update(value) {
|
||||
this.editor.setContent(value)
|
||||
},
|
||||
showLinkMenu(attrs) {
|
||||
this.linkUrl = attrs.href
|
||||
this.linkMenuIsActive = true
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"hello": "Hallo"
|
||||
},
|
||||
"editor": {
|
||||
"placeholder": "Schreib etwas Inspirierendes …"
|
||||
"placeholder": "Schreib etwas Inspirierendes..."
|
||||
},
|
||||
"profile": {
|
||||
"name": "Mein Profil",
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"hello": "Hello"
|
||||
},
|
||||
"editor": {
|
||||
"placeholder": "Leave your inspirational thoughts …"
|
||||
"placeholder": "Leave your inspirational thoughts..."
|
||||
},
|
||||
"profile": {
|
||||
"name": "My Profile",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user