diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-14 18:09:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-12-14 18:09:48 +0000 |
commit | 319ac09313e73485b47b8da7a67fb27e74f05721 (patch) | |
tree | db1ee3f81f91ac98aaa4ab2270dfbe39f996900a /doc/development/fe_guide/vue3_migration.md | |
parent | fde3e0435c496af7dc37527f465573abd5657f5a (diff) | |
download | gitlab-ce-319ac09313e73485b47b8da7a67fb27e74f05721.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/fe_guide/vue3_migration.md')
-rw-r--r-- | doc/development/fe_guide/vue3_migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/vue3_migration.md b/doc/development/fe_guide/vue3_migration.md index 7fb4e039609..9d2f3b27968 100644 --- a/doc/development/fe_guide/vue3_migration.md +++ b/doc/development/fe_guide/vue3_migration.md @@ -82,7 +82,7 @@ const FunctionalComp = (props, slots) => { } ``` -It is not recommended to replace stateful components with functional components unless you absolutely need a performance improvement right now. In Vue 3, performance gains for functional components will be negligible. +It is not recommended to replace stateful components with functional components unless you absolutely need a performance improvement right now. In Vue 3, performance gains for functional components are negligible. ## Old slots syntax with `slot` attribute |