Bladeren bron

Remove x-cloak code block from x-spread docs

Lukas Lücke 5 jaren geleden
bovenliggende
commit
0772f486b4
1 gewijzigde bestanden met toevoegingen van 0 en 6 verwijderingen
  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`