Skip to content

Commit 13de0f6

Browse files
authored
no filters in vue 3 (#1171)
1 parent 9d5d0d4 commit 13de0f6

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 @@ There is no strictly defined scope for a plugin, but common scenarios where plug
66

77
1. Add some global methods or properties, e.g. [vue-custom-element](https://github.com/karol-f/vue-custom-element).
88

9-
2. Add one or more global assets: directives/filters/transitions etc. (e.g. [vue-touch](https://github.com/vuejs/vue-touch)).
9+
2. Add one or more global assets: directives/transitions etc. (e.g. [vue-touch](https://github.com/vuejs/vue-touch)).
1010

1111
3. Add some component options by global mixin (e.g. [vue-router](https://github.com/vuejs/vue-router)).
1212

0 commit comments

Comments
 (0)