Parcourir la source

Merge pull request #1106 from ryangjchandler/fix/x-cloak-css

fix: x-cloak css in README
Caleb Porzio il y a 4 ans
Parent
commit
53416f7f75
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -635,7 +635,9 @@ The object keys are the directives (Can be any directive including modifiers), a
 
 ```html
 <style>
-    [x-cloak] { display: none; }
+    [x-cloak] {
+        display: none !important;
+    }
 </style>
 ```