Skip to content

Commit 5e1f14b

Browse files
mastrodaronaokie
authored andcommitted
no filters in vue 3 (#1171)
1 parent 879d629 commit 5e1f14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
1. グローバルメソッドまたはグローパルプロパティの追加 例)[vue-custom-element](https://github.com/karol-f/vue-custom-element).
88

9-
2. ディレクティブ / フィルタ / トランジションのような 1 つ以上のグローバルアセットの追加 例) [vue-touch](https://github.com/vuejs/vue-touch).
9+
2. ディレクティブやトランジションのような 1 つ以上のグローバルアセットの追加 例) [vue-touch](https://github.com/vuejs/vue-touch).
1010

1111
3. グローバル mixin によるコンポーネントオプションの追加 例) [vue-router](https://github.com/vuejs/vue-router).
1212

0 commit comments

Comments
 (0)