Caleb Porzio 5 년 전
부모
커밋
3bec25b1a6
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -97,6 +97,12 @@ You can extract data (and behavior) into reausable functions like so:
 </script>
 ```
 
+You can also mix-in multiple data objects with syntax like so:
+
+```html
+<div x-data="{...dropdown(), ...tabs()}">
+```
+
 ---
 
 ### `x-bind`