Caleb Porzio 5 年之前
父節點
當前提交
713dbdcb0e
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -57,9 +57,11 @@ Here's how they each work:
 
 ### `x-data`
 ---
-Example: `<div x-data="{ foo: 'bar' }">...</div>`
 
-Structure: `<div x-data="[JSON data object]">...</div>`
+| | |
+--- | ---
+Example | `<div x-data="{ foo: 'bar' }">...</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.