Skip to content

Commit 54d3735

Browse files
committed
fix: remove extra word
1 parent 6635bcc commit 54d3735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/listeners-removed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ badges:
88

99
## 概要
1010

11-
`$listeners` オブジェクトは Vue 3 ですべて削除されました。イベントリスナは `$attrs` の一部になりました。
11+
`$listeners` オブジェクトは Vue 3 で削除されました。イベントリスナは `$attrs` の一部になりました。
1212

1313
```javascript
1414
{

0 commit comments

Comments
 (0)