commit:1.5多应用版本

This commit is contained in:
Jerry
2021-03-31 09:43:36 +08:00
parent 060cb450be
commit 71d07cefb3
1343 changed files with 11695 additions and 71470 deletions

View File

@@ -81,6 +81,11 @@ export default {
editor: null
}
},
methods: {
getHtml () {
return this.editor ? this.editor.txt.html() : undefined;
}
},
computed: {
getConfigs () {
return {...this.config, ...defaultConfigs};