feat:分析

This commit is contained in:
houjunxiang
2025-11-11 09:58:12 +08:00
parent 5916b8c833
commit fb41fa9a03
9 changed files with 311 additions and 149 deletions

View File

@@ -1,5 +1,6 @@
import $router from '@/nx/router'
import $helper from '@/nx/helper'
import $test from '@/nx/helper/test'
import $store from '@/nx/store'
import $measure from '@/nx/helper/measure'
import $print from '@/nx/helper/print'
@@ -21,7 +22,8 @@ const nx = {
$measure,
$print,
$dayjs: dayjs,
$api
$api,
$test
}
// 加载Nx底层依赖