fix(工具箱/WebSocket 测试): 统一模块导入方式

This commit is contained in:
2025-02-04 17:34:15 +08:00
parent d836cecb91
commit cd1c82082e

View File

@@ -177,12 +177,14 @@ import {
reactive, ref, nextTick, onMounted, onBeforeUnmount, reactive, ref, nextTick, onMounted, onBeforeUnmount,
} from 'vue'; } from 'vue';
import {
getCommonDateTime,
} from '@frost-utils/javascript/common/index';
import { import {
$dialog, $notification, $dialog, $notification,
} from '@/assets/js/naive-ui'; } from '@/assets/js/naive-ui';
import getCommonDateTime from '@frost-utils/javascript/common/getCommonDateTime';
/** 数据 */ /** 数据 */
const data = reactive({ const data = reactive({