|
@@ -156,9 +156,8 @@ import {
|
|
layoutComponents,
|
|
layoutComponents,
|
|
formConf
|
|
formConf
|
|
} from '@/utils/generator/config'
|
|
} from '@/utils/generator/config'
|
|
-import {
|
|
|
|
- exportDefault, beautifierConf, isNumberStr, titleCase
|
|
|
|
-} from '@/utils/generator/index'
|
|
|
|
|
|
+// eslint-disable-next-line
|
|
|
|
+import {exportDefault, beautifierConf, isNumberStr, titleCase} from '@/utils/generator/index'
|
|
import {
|
|
import {
|
|
makeUpHtml, vueTemplate, vueScript, cssStyle
|
|
makeUpHtml, vueTemplate, vueScript, cssStyle
|
|
} from '@/utils/generator/html'
|
|
} from '@/utils/generator/html'
|
|
@@ -169,13 +168,16 @@ import logo from '@/assets/logo/logo.png'
|
|
import CodeTypeDialog from './CodeTypeDialog'
|
|
import CodeTypeDialog from './CodeTypeDialog'
|
|
import DraggableItem from './DraggableItem'
|
|
import DraggableItem from './DraggableItem'
|
|
|
|
|
|
|
|
+// eslint-disable-next-line
|
|
const emptyActiveData = { style: {}, autosize: {}}
|
|
const emptyActiveData = { style: {}, autosize: {}}
|
|
|
|
+
|
|
let oldActiveId
|
|
let oldActiveId
|
|
let tempActiveData
|
|
let tempActiveData
|
|
|
|
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
draggable,
|
|
draggable,
|
|
|
|
+ // eslint-disable-next-line
|
|
render,
|
|
render,
|
|
RightPanel,
|
|
RightPanel,
|
|
CodeTypeDialog,
|
|
CodeTypeDialog,
|