فهرست منبع

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`