From 319ac09313e73485b47b8da7a67fb27e74f05721 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 14 Dec 2020 18:09:48 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/fe_guide/vue3_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/fe_guide/vue3_migration.md') 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 -- cgit v1.2.1