質問編集履歴

1

Reactベースのコードに変更

2018/10/06 21:01

投稿

parapa
parapa

スコア17

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,11 @@
18
18
 
19
19
  const message = 'あなたは<span id="duration">100</span>日ログインしてません'
20
20
 
21
+ render() {
22
+
21
- <div id="login_duration_description">{message}</div>
23
+ <div id="login_duration_description">{message}</div>
24
+
25
+ }
22
26
 
23
27
  ```
24
28