Caleb Porzio 5 년 전
부모
커밋
8c53e5d4fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -17,7 +17,7 @@
         </div>
 
         <div x-data="{ count: 0 }">
-            <span x-text=""></span>
+            <span x-text="count"></span>
         </div>
 
         <div x-data="{ foo: 'bar' }">