Преглед на файлове

Remove x-cloak code block from x-spread docs

Lukas Lücke преди 5 години
родител
ревизия
0772f486b4
променени са 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`