Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 7b21358

Browse files
authored
update mount-changes.md (#733)
1 parent 9fa5891 commit 7b21358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/migration/mount-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ badges:
1212

1313
## 2.x 语法
1414

15-
在 Vue 2.x 中,我们传入一个 HTML 元素选择器到 `new Vue()``$mount`
15+
在 Vue 2.x 中,我们为 `new Vue()``$mount` 传入一个 HTML 元素选择器
1616

1717
```js
1818
new Vue({
@@ -52,7 +52,7 @@ app.$mount('#app')
5252
</body>
5353
```
5454

55-
在渲染结果中,被提到的 `div` 将会被应用内容所替换
55+
在渲染结果中,上面提及的 `div` 将会被应用所渲染的内容替换
5656

5757
```html
5858
<body>

0 commit comments

Comments
 (0)