添加测试按钮

pull/22/head
Mercutio 2023-04-10 13:52:03 +08:00
parent 0ae8a5a137
commit 2fb47ee9af
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<div id="app">
<VFormDesigner ref="vfDesignerRef" :designer-config="designerConfig" :global-dsv="globalDsv">
<template #customToolButtons>
<el-button type="normal" @click="printFormJson"></el-button>
<el-button type="normal" @click="printFormJson"></el-button>
<el-button type="primary" @click="printFormJson"></el-button>
</template>
</VFormDesigner>