🚨 修复 qodana 报错

This commit is contained in:
BTMuli
2023-12-17 22:36:38 +08:00
parent 4370bbaa57
commit 759c585612

View File

@@ -66,7 +66,7 @@
</div>
</template>
<script lang="ts" setup>
import { computed, onMounted, ref } from "vue";
import { onMounted, ref } from "vue";
import showSnackbar from "../../components/func/snackbar";
import TSubLine from "../../components/main/t-subline.vue";