質問編集履歴
1
コードの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,6 +13,11 @@
|
|
13
13
|
</template>
|
14
14
|
|
15
15
|
<script>
|
16
|
+
data() {
|
17
|
+
return {
|
18
|
+
items: [],
|
19
|
+
}
|
20
|
+
},
|
16
21
|
async created() {
|
17
22
|
const snap = await this.ref_req.add(query);
|
18
23
|
const key = await snap.id;
|