删除调试代码。
parent
7c0dda007b
commit
4ccff6e219
|
@ -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>
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue