mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-28 23:58:38 +00:00
初始化 form 动态表单的详情,暂未接入数据
This commit is contained in:
8
yudao-admin-ui/src/utils/render/slots/el-input.js
Normal file
8
yudao-admin-ui/src/utils/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