feat: flowable前端改造
This commit is contained in:
8
ruoyi-ui/src/components/render/slots/el-input.js
Normal file
8
ruoyi-ui/src/components/render/slots/el-input.js
Normal 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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user