style: lint

This commit is contained in:
Neko Ayaka
2026-01-04 01:47:22 +08:00
parent 52d42ce349
commit ddb13ccbd4
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { useData } from 'vitepress'
import { computed, onMounted, onUnmounted, ref, watch, nextTick } from 'vue'
import { computed, nextTick, onMounted, onUnmounted, ref, watch } from 'vue'
const props = withDefaults(defineProps<{
src?: string