Caleb Porzio 5 years ago
parent
commit
8c53e5d4fc
1 changed files with 1 additions and 1 deletions
  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' }">