質問編集履歴

2

編集

2020/04/28 02:19

投稿

kakedashidesu
kakedashidesu

スコア50

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,17 @@
8
8
 
9
9
 
10
10
 
11
+ ```ここに言語を入力
11
12
 
13
+ //エラー内容
14
+
15
+ vue.runtime.esm.js?2b0e:619 [Vue warn]: Property or method "open" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
16
+
17
+
18
+
19
+ found in
20
+
21
+ ```
12
22
 
13
23
 
14
24
 

1

編集

2020/04/28 02:19

投稿

kakedashidesu
kakedashidesu

スコア50

test CHANGED
File without changes
test CHANGED
@@ -48,12 +48,12 @@
48
48
 
49
49
 
50
50
 
51
- <style lang="scss" scoped>
51
+ <style lang="scss" scoped>
52
52
 
53
- .closelist {
53
+ .closelist {
54
54
 
55
- background-color: white;
55
+ background-color: white;
56
56
 
57
- }
57
+ }
58
58
 
59
59
  ```