From b2ee2c85e3370e67e76c82f5e63698dc6898dc51 Mon Sep 17 00:00:00 2001 From: Fukuda Naoto Date: Tue, 20 Oct 2020 22:05:37 +0900 Subject: [PATCH 1/2] translate Migration Guide > Filters --- src/guide/migration/filters.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/guide/migration/filters.md b/src/guide/migration/filters.md index 7f8a29ba..10361be3 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.0 で開発者は共通のテキストフォーマットを適用するためにフィルターを使うことができました。 -For example: +例: ```html