│ │ │ └── index.vue │ │ ├── common 基础组件 │ │ │ ├── xw-pagination │ │ │ │ ├── index.type.ts │ │ │ │ └── index.vue │ │ │ ├── xw-search │ │ │ │ ├── generateEl.vue │ │ │ │ ├── index.type.ts │ │ │ │ └── ...
> </el-dialog> modal:是否去掉遮罩层 close-on-click-modal:是否可以通过点击modal关闭Dialog draggable:开启拖拽功能
<el-dialog v-model="dialog" append-to-body :modal="props.dialogConfig.dialogModal" :close-on-click-modal="props.dialogConfig.dialogClickModalClose" :close-on-press-escape="props.dialogConfig.dialogESCModalClose" :draggable="props.dialogConfig.dialogDraggable" :show-close="props.dialogConfig.dialo...
<template> <el-dialog v-model="dialogVisible" title="新增" width="30%"> <el-form> <el-form-item label="时间" prop="date"> <el-date-picker v-model="form.date" type="date" placeholder="请选择一个时间" :disabled-date="disablesDate"></el-date-picker> </el-form-item> <el-form-...
typescript vue3 VueDraggable 报错 Uncaught TypeError: Cannot read properties of null (reading 'element') Uncaught TypeError: Cannot read properties of null (reading 'element') nnot read properties of null (reading 'index') 错误写法 就是说子组件需要用div包着,你用其他东西,他无法添加key,然后就会...
🔥 全面ESM+Vue3+Vite+Element-Plus+TypeScript编写的一款后台管理系统(兼容移动端) - chore: 适配最新版`element-plus v2.6.0` · Leo501/vue-pure-admin@b5645b1
Components [message-box] uncaught on draggable (#14618 by @betavs) Components [select-v2] label error when value not in the options (#14656 by @tolking) Components [rate] Fix the background rate when decimal (#14622 by @cc-hearts) Components [dialog] fix el-dialog z-index bug (#1437...
Components [message-box] uncaught on draggable (#14618 by @betavs) Components [select-v2] label error when value not in the options (#14656 by @tolking) Components [rate] Fix the background rate when decimal (#14622 by @cc-hearts) Components [dialog] fix el-dialog z-index bug (#1437...
Components [message-box] uncaught on draggable (#14618 by @betavs) Components [select-v2] label error when value not in the options (#14656 by @tolking) Components [rate] Fix the background rate when decimal (#14622 by @cc-hearts) Components [dialog] fix el-dialog z-index bug (#1437...
- Deps update dependency @element-plus/icons-vue to v1 (#6319 by @renovate[bot]) 16 + - Components [el-dialog] don't ignore z-index (#6332 by @purepear) 17 + - Components [el-dialog] revert focus trapping feature (#6346 by @JeremyWuuuuu) 18 + 19 + ### Refactors 20 + ...