diff --git a/src/guide/migration/functional-components.md b/src/guide/migration/functional-components.md index 056b8996..9696de34 100644 --- a/src/guide/migration/functional-components.md +++ b/src/guide/migration/functional-components.md @@ -3,36 +3,36 @@ badges: - breaking --- -# Functional Components +# 関数型コンポーネント -## Overview +## 概要 -In terms of what has changed, at a high level: +何が変わったのかを大まかに: -- Performance gains from 2.x for functional components are now negligible in 3.x, so we recommend just using stateful components -- Functional components can only be created using a plain function that receives `props` and `context` (i.e., `slots`, `attrs`, `emit`) -- **BREAKING:** `functional` attribute on single-file component (SFC) `