1
0
Эх сурвалжийг харах

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

fix: x-cloak css in README
Caleb Porzio 4 жил өмнө
parent
commit
53416f7f75
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  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>
 ```