zhangwencui
10 天以前 7619c19a67c2ac824f803090bab753fc5ea14408
src/packages/effects/common-ui/src/components/json-viewer/index.vue
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import type { SetupContext } from 'vue';
import type { Recordable } from '..\..\..\..\..\types\src';
import type { Recordable } from '../../../../../types/src';
import type {
  JsonViewerAction,
@@ -14,7 +14,7 @@
import VueJsonPretty from 'vue-json-pretty';
import 'vue-json-pretty/lib/styles.css';
import { $t } from '..\..\..\..\..\locales\src';
import { $t } from '../../../../../locales/src';
import JsonBigint from 'json-bigint';