mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: 适配最新版element-plus v2.6.0
This commit is contained in:
@@ -389,7 +389,6 @@ export default defineComponent({
|
||||
interactive: true,
|
||||
appendTo: "parent",
|
||||
// hideOnClick: false,
|
||||
animation: "perspective",
|
||||
placement: "bottom-end"
|
||||
});
|
||||
|
||||
|
||||
@@ -317,7 +317,7 @@ export default defineComponent({
|
||||
/>
|
||||
<el-checkbox
|
||||
key={item}
|
||||
label={item}
|
||||
value={item}
|
||||
onChange={value =>
|
||||
handleCheckColumnListChange(value, item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user