mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
refactor(form): lodash-es import问题
This commit is contained in:
parent
7d251f04e8
commit
905f34ae24
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user