修改名称
Some checks failed
CI Pipeline / build (push) Failing after 1m21s

This commit is contained in:
2025-08-11 20:22:50 +08:00
parent 6e6f51765c
commit aeacbab06c

View File

@@ -30,7 +30,7 @@ hero:
# details: 安装和使用体验良好的详细描述 # details: 安装和使用体验良好的详细描述
--- ---
<script setup> <script setup>
import Index from './components/Index.vue' // 你的组件 import Index from './components/index.vue' // 你的组件
</script> </script>
<Index/> <Index/>