Skip to content

Commit

Permalink
🐞 fix(import): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bingling-sama committed Apr 19, 2024
1 parent 4df80ce commit a3f8373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ contributors: [HRxiaohu, zyxkad]
---

<script setup>
import Analyzer from './.vitepress/theme/components/Analyzer.vue'
import Analyzer from '../.vitepress/theme/components/Analyzer.vue'
</script>

# 崩溃分析工具
Expand Down
2 changes: 1 addition & 1 deletion docs/log-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ contributors: [zyxkad]
---

<script setup>
import LogViewer from './.vitepress/theme/components/LogViewer.vue'
import LogViewer from '../.vitepress/theme/components/LogViewer.vue'
</script>

# 日志查看器
Expand Down

0 comments on commit a3f8373

Please sign in to comment.