mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
fix: v-resize
directive conflict
This commit is contained in:
parent
0d694e9870
commit
482b41966e
@ -124,7 +124,6 @@ export default defineComponent({
|
|||||||
return () => (
|
return () => (
|
||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
v-resize
|
|
||||||
{...attrs}
|
{...attrs}
|
||||||
class="w-99/100 mt-6 p-2 bg-white"
|
class="w-99/100 mt-6 p-2 bg-white"
|
||||||
v-loading={props.loading}
|
v-loading={props.loading}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user