🚨 修复qodana、oxlint报错

This commit is contained in:
BTMuli
2024-01-07 00:30:26 +08:00
parent 779f649884
commit da7060fe44
2 changed files with 8 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
</div>
</template>
<script setup lang="ts">
import { onBeforeMount, onMounted, ref, watch } from "vue";
import { onMounted, ref, watch } from "vue";
import { parseHtmlText } from "../../utils/toolFunc";