Setting email editor issue solved.

This commit is contained in:
Cüneyt Şentürk
2019-11-22 15:16:57 +03:00
parent 9b86b70c91
commit 346c208e63
6 changed files with 13691 additions and 11 deletions

View File

@ -12,12 +12,19 @@ import Global from './../../mixins/global';
import Form from './../../plugins/form';
import BulkAction from './../../plugins/bulk-action';
import HtmlEditor from './../../components/Inputs/HtmlEditor';
const app = new Vue({
el: '#app',
mixins: [
Global
],
components: {
HtmlEditor
},
data: function () {
return {
form: new Form('setting'),