diff --git a/src/guide/migration/filters.md b/src/guide/migration/filters.md index 7f8a29ba..6225f75a 100644 --- a/src/guide/migration/filters.md +++ b/src/guide/migration/filters.md @@ -3,17 +3,17 @@ badges: - removed --- -# Filters +# フィルタ -## Overview +## 概要 -Filters are removed from Vue 3.0 and no longer be supported. +フィルタは Vue 3.0 で削除され、サポートされません。 -## 2.x Syntax +## 2.x での構文 -In 2.x, developers could use filters in order to apply common text formatting. +2.x で開発者は共通のテキストフォーマットを適用するためにフィルタを使うことができました。 -For example: +例: ```html