fix:修复打包失败的问题

This commit is contained in:
2025-12-16 21:48:58 +08:00
parent ac278aae47
commit 49ff8fd7d6
4 changed files with 23 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<script lang="ts" setup>
import { computed, ref, onMounted, watch } from 'vue'
import { countWord } from '../utils/functions'
import { countWord } from '../utils'
import { useData } from 'vitepress'
const wordCount = ref(0)