gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
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';