Skip to content

Commit

Permalink
ImgLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
hojas committed Dec 7, 2023
1 parent 165642a commit 4253724
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/docs/browser/blink.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Chrome Blink 渲染引擎
---

<script setup>
import ImgLoader from '../../components/img-loader.vue'
import ImgLoader from '../../components/ImgLoader.vue'
import blink from '../assets/img/browser/embedded-blink.png'
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/docs/browser/event-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 浏览器事件循环
---

<script setup>
import ImgLoader from '../../components/img-loader.vue'
import ImgLoader from '../../components/ImgLoader.vue'
import img1 from './event-loop/1.png'
import img2 from './event-loop/2.png'
import img3 from './event-loop/3.png'
Expand Down
2 changes: 1 addition & 1 deletion src/docs/browser/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Chrome V8 引擎简介
---

<script setup>
import ImgLoader from '../../components/img-loader.vue'
import ImgLoader from '../../components/ImgLoader.vue'
import parser from '../assets/img/browser/parser.png'
</script>

Expand Down

0 comments on commit 4253724

Please sign in to comment.