fix: v-resize directive conflict

This commit is contained in:
xiaoxian521 2022-04-20 20:21:00 +08:00
parent 0d694e9870
commit 482b41966e

View File

@ -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}