Ryan Chandler %!s(int64=4) %!d(string=hai) anos
pai
achega
319c73a5e3
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      docs/example.png
  2. 1 1
      examples/index.html

BIN=BIN
docs/example.png


+ 1 - 1
examples/index.html

@@ -4,7 +4,7 @@
         <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js"></script>
     </head>
     <body>
-        <div x-data x-subscribe>
+        <div x-data>
             <span x-text="$store.application.name"></span>
             <button @click="$store.application.name = 'Example'">Click</button>
         </div>