fix(工具箱/WebSocket 测试): 统一模块导入方式
This commit is contained in:
@@ -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({
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user