Remove unused variable/method

This commit is contained in:
Matt Rider 2019-04-25 16:36:59 -03:00
parent c387760046
commit 05ad8ccc30
4 changed files with 3 additions and 8 deletions

View File

@ -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: ''

View File

@ -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

View File

@ -9,7 +9,7 @@
"hello": "Hallo"
},
"editor": {
"placeholder": "Schreib etwas Inspirierendes"
"placeholder": "Schreib etwas Inspirierendes..."
},
"profile": {
"name": "Mein Profil",

View File

@ -9,7 +9,7 @@
"hello": "Hello"
},
"editor": {
"placeholder": "Leave your inspirational thoughts"
"placeholder": "Leave your inspirational thoughts..."
},
"profile": {
"name": "My Profile",