回答編集履歴
1
参考追加
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
1
|
エラーではなく Lint に引っかかっているだけなので、動作には問題ない気がします。
|
2
2
|
|
3
3
|
単に `async` 外すか `await this.$firestore` でいかがでしょうか。
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
参考 [require-await](https://eslint.org/docs/rules/require-await)
|