Caleb Porzio 5 年之前
父节点
当前提交
fa42ef6926
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -174,7 +174,9 @@ You can also mix-in multiple data objects using object destructuring:
 ---
 
 ### `x-bind`
+
 > Note: You are free to use the shorter ":" syntax: `:type="..."`
+
 **Example:** `<input x-bind:type="inputType">`
 
 **Structure:** `<input x-bind:[attribute]="[expression]">`
@@ -208,7 +210,9 @@ Most common boolean attributes are supported, like `readonly`, `required`, etc.
 ---
 
 ### `x-on`
+
 > Note: You are free to use the shorter "@" syntax: `@click="..."`
+
 **Example:** `<button x-on:click="foo = 'bar'"></button>`
 
 **Structure:** `<button x-on:[event]="[expression]"></button>`