mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-05-28 10:53:01 +08:00
refactor(form): lodash-es import问题
This commit is contained in:
parent
7d251f04e8
commit
905f34ae24
@ -28,8 +28,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { provide, reactive, ref, toRaw, watch, watchEffect } from 'vue';
|
import { provide, reactive, ref, toRaw, watch, watchEffect } from 'vue';
|
||||||
import { isEqual } from 'lodash-es';
|
import { cloneDeep, isEqual } from 'lodash-es';
|
||||||
import cloneDeep from 'lodash-es/cloneDeep';
|
|
||||||
|
|
||||||
import { TMagicForm } from '@tmagic/design';
|
import { TMagicForm } from '@tmagic/design';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user