Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/extending-vtu/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Some plugins automatically call `config.plugins.VueWrapper.install()` when
they're imported. This is common if they're extending multiple interfaces at
once. Follow the instructions of the plugin you're installing.

Check out the [Vue Community Guide](https://vue-community.org/guide/ecosystem/testing.html) or [awesome-vue](https://github.com/vuejs/awesome-vue#test) for a collection of community-contributed plugins and libraries.
Check out [awesome-vue](https://github.com/vuejs/awesome-vue#test) for a collection of community-contributed plugins and libraries.

### Writing a Plugin

Expand Down