Update note
This commit is contained in:
@@ -51,7 +51,7 @@ var app = new Vue({
|
||||
send: function () {
|
||||
/* Сохранить */
|
||||
let vm = this;
|
||||
{{ editor.getValue('body', 'vm.note.body', type='tinymce') }}
|
||||
{{ editor.getValue('"body"', 'vm.note.body', type='tinymce') }}
|
||||
axios.post(
|
||||
'/api',
|
||||
{
|
||||
@@ -74,7 +74,7 @@ var app = new Vue({
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
{{ editor.tinymce('body') }}
|
||||
{{ editor.tinymce('"body"') }}
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user