質問編集履歴

1

export default

2020/04/23 10:33

投稿

Kofeo
Kofeo

スコア0

test CHANGED
File without changes
test CHANGED
@@ -20,6 +20,8 @@
20
20
 
21
21
  <script>
22
22
 
23
+ export default {
24
+
23
25
  methods:{
24
26
 
25
27
  alert(123);
@@ -29,6 +31,8 @@
29
31
  .then(res => {})
30
32
 
31
33
  .catch(err => {})
34
+
35
+ }
32
36
 
33
37
  }
34
38