File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -647,6 +647,54 @@ Called after the template has just been compiled, before `vm.$el` is created.
647
647
648
648
- ** See also:** [ Lifecycle Diagram] ( /guide/instance.html#Lifecycle-Diagram )
649
649
650
+ ## Options / Assets
651
+
652
+ ### directives
653
+
654
+ - ** Type:** ` Object `
655
+
656
+ - ** Details:**
657
+
658
+ A hash of directives to be made available to the Vue instance.
659
+
660
+ - ** See also:**
661
+ - [ Custom Directives] ( /guide/custom-directive.html )
662
+ - [ Assets Naming Convention] ( /guide/components.html#Assets-Naming-Convention )
663
+
664
+ ### filters
665
+
666
+ - ** Type:** ` Object `
667
+
668
+ - ** Details:**
669
+
670
+ A hash of filters to be made available to the Vue instance.
671
+
672
+ - ** See also:**
673
+ - [ Custom Filters] ( /guide/custom-filter.html )
674
+ - [ Assets Naming Convention] ( /guide/components.html#Assets-Naming-Convention )
675
+
676
+ ### components
677
+
678
+ - ** Type:** ` Object `
679
+
680
+ - ** Details:**
681
+
682
+ A hash of components to be made available to the Vue instance.
683
+
684
+ - ** See also:**
685
+ - [ Components] ( /guide/components.html )
686
+
687
+ ### transitions
688
+
689
+ - ** Type:** ` Object `
690
+
691
+ - ** Details:**
692
+
693
+ A hash of transitions to be made available to the Vue instance.
694
+
695
+ - ** See also:**
696
+ - [ Transitions] ( /guide/transitions.html )
697
+
650
698
## Instance Properties
651
699
652
700
### vm.$data
You can’t perform that action at this time.
0 commit comments