删除调试代码。

master
vdpAdmin 2021-12-22 18:29:06 +08:00
parent 7c0dda007b
commit 4ccff6e219
2 changed files with 1 additions and 11 deletions

View File

@ -1,11 +1,6 @@
<template> <template>
<div id="app"> <div id="app">
<VFormDesigner> <VFormDesigner ref="vfDesignerRef"></VFormDesigner>
<!-- 自定义按钮插槽演示 -->
<template #customToolButtons>
<el-button type="text">test</el-button>
</template>
</VFormDesigner>
</div> </div>
</template> </template>

View File

@ -145,11 +145,6 @@
this.caseName = getQueryParam('case') this.caseName = getQueryParam('case')
}, },
mounted() { mounted() {
console.error('slot=====', this.$slots.customToolButtons)
console.info('slot=====2222', this.$slots.customToolButtons)
console.info('slot=====3333', this.$slots)
console.info('test info: ', 'aaaaaaaaaaaaaa')
this.initLocale() this.initLocale()
this.scrollerHeight = window.innerHeight - 56 - 36 + 'px' this.scrollerHeight = window.innerHeight - 56 - 36 + 'px'