소스 검색

Merge pull request #586 from lukasluecke/patch-1

Remove x-cloak code block from x-spread docs
Caleb Porzio 5 년 전
부모
커밋
541e26669d
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      README.md

+ 0 - 6
README.md

@@ -563,12 +563,6 @@ The object keys are the directives (Can be any directive including modifiers), a
 
 > Note: The only anomoly with x-spread is when used with `x-for`. When the directive being "spread" is `x-for`, you should return a normal expression string from the callback. For example: `['x-for']() { return 'item in items' }`.
 
-```html
-<style>
-    [x-cloak] { display: none; }
-</style>
-```
-
 ---
 
 ### `x-cloak`