Explorar el Código

Merge pull request #1342 from jeroenvanrensen/patch-2

Fix HTML comment bug
Caleb Porzio hace 4 años
padre
commit
976cb53bd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -191,7 +191,7 @@ You can extract data (and behavior) into reusable functions:
     <button x-on:click="open">Open</button>
 
     <div x-show="isOpen()" x-on:click.away="close">
-        // Dropdown
+        <!-- Dropdown -->
     </div>
 </div>