mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:1.5多应用版本
This commit is contained in:
@@ -81,6 +81,11 @@ export default {
|
||||
editor: null
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getHtml () {
|
||||
return this.editor ? this.editor.txt.html() : undefined;
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
getConfigs () {
|
||||
return {...this.config, ...defaultConfigs};
|
||||
|
||||
Reference in New Issue
Block a user