Caleb Porzio 5 lat temu
rodzic
commit
d98686ed73
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -60,6 +60,7 @@ Here's how they each work:
 ### `x-data`
 ### `x-data`
 
 
 **Example:** `<div x-data="{ foo: 'bar' }">...</div>`
 **Example:** `<div x-data="{ foo: 'bar' }">...</div>`
+
 **Structure:** `<div x-data="[JSON data object]">...</div>`
 **Structure:** `<div x-data="[JSON data object]">...</div>`
 
 
 `x-data` declares a new component scope. It tells the framework to initialize a new component with the following data object.
 `x-data` declares a new component scope. It tells the framework to initialize a new component with the following data object.