Skip to content

Commit

Permalink
Fix vuejs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 9, 2024
1 parent e36385b commit 989cac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/references/upgrades/administration/vue3.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Try to avoid `this.$parent` communication wherever possible as this is an anti p
### Vue dev tools performance

Vue dev tools causes massive performance issues with huge Vue 3 applications.
There is an open [issue on Github](https://github.com/vuejs/devtools/issues/1875) with next to no activity from the maintainers.
There is an open [issue on Github](https://github.com/vuejs/devtools-v6/issues/1875) with next to no activity from the maintainers.

Check warning on line 108 in resources/references/upgrades/administration/vue3.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] resources/references/upgrades/administration/vue3.md#L108

The official name of this software platform is spelled with a capital “H”. (GITHUB[1]) Suggestions: `GitHub` URL: https://en.wikipedia.org/wiki/GitHub Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1 Category: CASING
Raw output
resources/references/upgrades/administration/vue3.md:108:27: The official name of this software platform is spelled with a capital “H”. (GITHUB[1])
 Suggestions: `GitHub`
 URL: https://en.wikipedia.org/wiki/GitHub 
 Rule: https://community.languagetool.org/rule/show/GITHUB?lang=en-US&subId=1
 Category: CASING

### v-model changes

Expand Down

0 comments on commit 989cac5

Please sign in to comment.