主包未使用的js文件删除

This commit is contained in:
冯辉
2025-11-07 19:01:00 +08:00
parent 1c1225fb97
commit 82fc4cf1ce
16 changed files with 192 additions and 187 deletions

View File

@@ -72,7 +72,7 @@
<script setup>
import { reactive, inject, watch, ref, onMounted, watchEffect, nextTick } from 'vue';
import { usePagination } from '@/hook/usePagination';
import { usePagination } from '@/packageA/hook/usePagination';
const { $api, navTo } = inject('globalFunction');
import { storeToRefs } from 'pinia';
import useUserStore from '@/stores/useUserStore';