You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filters are removed from Vue 3.0 and no longer be supported.
10
+
フィルターは Vue 3.0 で削除され、サポートされません。
11
11
12
-
## 2.x Syntax
12
+
## 2.x での構文
13
13
14
-
In 2.x, developers could use filters in order to apply common text formatting.
14
+
2.0 で開発者は共通のテキストフォーマットを適用するためにフィルターを使うことができました。
15
15
16
-
For example:
16
+
例:
17
17
18
18
```html
19
19
<template>
@@ -38,13 +38,13 @@ For example:
38
38
</script>
39
39
```
40
40
41
-
While this seems like a convenience, it requires a custom syntax that breaks the assumption of expressions inside of curly braces being "just JavaScript," which has both learning and implementation costs.
0 commit comments