Skip to content

Commit ddd750e

Browse files
authored
Update components.md
1 parent ca5f4c0 commit ddd750e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guide/components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ bus.$emit('id-selected', 1)
638638
```
639639
``` js
640640
// 在组件 B 创建的钩子中监听事件
641-
>>>>>>> cuiyongjian-2.0-cn
642641
bus.$on('id-selected', function (id) {
643642
// ...
644643
})

0 commit comments

Comments
 (0)