Delete style btn-sm
This commit is contained in:
@@ -67,7 +67,7 @@ var app = new Vue({
|
||||
panel.visible = !panel.visible;
|
||||
},
|
||||
send: function() {
|
||||
var vm = this;
|
||||
let vm = this;
|
||||
var value = CKEDITOR.instances["text"].getData();
|
||||
if (value != vm.newPage.text) {
|
||||
vm.newPage.text = value;
|
||||
@@ -97,7 +97,7 @@ var app = new Vue({
|
||||
}
|
||||
},
|
||||
updated: function() {
|
||||
var vm = this;
|
||||
let vm = this;
|
||||
for(var instanceName in CKEDITOR.instances) {
|
||||
CKEDITOR.instances[instanceName].destroy(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user