Browse Source

docs: mention usage of magic properties in x-data

Jonas 5 years ago
parent
commit
ca79687e1e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -504,6 +504,8 @@ These behave exactly like VueJs's transition directives, except they have differ
 
 
 ### Magic Properties
 ### Magic Properties
 
 
+> With the exception of `$el`, magic properties are **not available within `x-data`** as the component isn't initialized yet.
+
 ---
 ---
 
 
 ### `$el`
 ### `$el`