Skip to content

Commit c486d66

Browse files
committed
同步 Github 🎉🎉
1 parent bb03b1c commit c486d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/pages/system/Resource.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="tsx">
22
import { getResources } from "@/apis";
3-
import { computed, onMounted, reactive, ref, watch } from "vue";
3+
import { computed, onMounted, ref } from "vue";
44
import MyTableV2 from "@/components/MyTableV2.vue";
55
import { ExpandedRowsChangeHandler, RowExpandHandler, type Column } from "element-plus";
66
import { arrayToTree } from "@/utils/handle_data";

0 commit comments

Comments
 (0)