回答編集履歴
1
追記
answer
CHANGED
@@ -65,4 +65,9 @@
|
|
65
65
|
|
66
66
|
```javascript
|
67
67
|
import "./filter";
|
68
|
-
```
|
68
|
+
```
|
69
|
+
|
70
|
+
### 参考にしたページ
|
71
|
+
|
72
|
+
* [カスタムフィルタ](https://012-jp.vuejs.org/guide/custom-filter.html)
|
73
|
+
* [How to add a bunch of global filters in Vue.js?](https://stackoverflow.com/questions/47004702/how-to-add-a-bunch-of-global-filters-in-vue-js)
|