浏览代码

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

fix: x-cloak css in README
Caleb Porzio 4 年之前
父节点
当前提交
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>
 ```