Skip to content

Commit

Permalink
docs: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 26, 2024
1 parent 0a49820 commit c482cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorial/src/step-9/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

目前為止,Vue 為我們處理了所有的 DOM 更新,這要歸功於響應性和聲明式渲染。然而,有時我們也會不可避免地需要手動操作 DOM。

這時我們需要使用**模板引用**——也就是指向模板中一個 DOM 元素的 ref。我們需要通過<a target="_blank" href="/api/built-in-special-attributes.html#ref">這個特殊的 `ref` 屬性</a> 來實現模板引用:
這時我們需要使用**模板引用**——也就是指向模板中一個 DOM 元素的 ref。我們需要通過<a target="_blank" href="/api/built-in-special-attributes.html#ref">這個特殊的 `ref` 屬性</a>來實現模板引用:

```vue-html
<p ref="pElementRef">hello</p>
Expand Down

0 comments on commit c482cb8

Please sign in to comment.