Skip to content

Commit 3198ba0

Browse files
committed
build: *
1 parent 72e72b6 commit 3198ba0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

slides.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ obj.text = 'Hello Vue3!' // 赋值操作
189189
<arrow v-click="[2, 3]" x1="230" y1="230" x2="630" y2="280" color="#564" width="3" arrowSize="1" />
190190
<img
191191
v-click="[1,3]"
192-
src="public/bucket.excalidraw.png"
192+
src="/public/bucket.excalidraw.png"
193193
alt="桶占位"
194194
style="margin-left: 600px; height: 300px"
195195
/>
@@ -410,7 +410,7 @@ WeakMap<target, Map<key, Set<effectFn>>>
410410
```
411411

412412
<img
413-
src="public/data-structure.excalidraw.png"
413+
src="/public/data-structure.excalidraw.png"
414414
alt="the-structure-of-reactivity-data-and-effect-fn"
415415
/>
416416

@@ -1146,7 +1146,7 @@ layout: center
11461146

11471147
首先来看看完整的编译流程:
11481148

1149-
![compile](public/compile-process.excalidraw.png)
1149+
![compile](/public/compile-process.excalidraw.png)
11501150

11511151
用代码可以这样表示:
11521152

@@ -1160,7 +1160,7 @@ const render = new Function(code) // 渲染函数
11601160

11611161
---
11621162

1163-
![template-to-render](public/template-to-render.excalidraw.png)
1163+
![template-to-render](/public/template-to-render.excalidraw.png)
11641164

11651165
编译器的最终目的就是将**模板转换成渲染函数**,而渲染函数的执行会生成虚拟DOM,用于后续的挂载和更新。
11661166

@@ -2206,7 +2206,7 @@ createApp({
22062206

22072207
---
22082208
layout: image
2209-
image: public/mikoto-misaka.jpg
2209+
image: /public/mikoto-misaka.jpg
22102210
---
22112211

22122212
<style>

0 commit comments

Comments
 (0)