feat: flowable前端改造

This commit is contained in:
tony
2022-12-11 21:08:14 +08:00
parent dcbef01709
commit ae0226a8f4
112 changed files with 12865 additions and 2660 deletions

View File

@@ -0,0 +1,8 @@
export default {
prepend(h, conf, key) {
return <template slot="prepend">{conf.__slot__[key]}</template>
},
append(h, conf, key) {
return <template slot="append">{conf.__slot__[key]}</template>
}
}