refactor(form): lodash-es import问题

This commit is contained in:
roymondchen 2023-11-01 14:07:37 +08:00
parent 7d251f04e8
commit 905f34ae24

View File

@ -28,8 +28,7 @@
<script setup lang="ts">
import { provide, reactive, ref, toRaw, watch, watchEffect } from 'vue';
import { isEqual } from 'lodash-es';
import cloneDeep from 'lodash-es/cloneDeep';
import { cloneDeep, isEqual } from 'lodash-es';
import { TMagicForm } from '@tmagic/design';