删除调试代码。

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>
<div id="app">
<VFormDesigner>
<!-- 自定义按钮插槽演示 -->
<template #customToolButtons>
<el-button type="text">test</el-button>
</template>
</VFormDesigner>
<VFormDesigner ref="vfDesignerRef"></VFormDesigner>
</div>
</template>

View File

@ -145,11 +145,6 @@
this.caseName = getQueryParam('case')
},
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.scrollerHeight = window.innerHeight - 56 - 36 + 'px'