Skip to content

Commit 6f305ec

Browse files
committed
Options / Assets API updates
1 parent 111fa1d commit 6f305ec

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

src/api/index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,54 @@ Called after the template has just been compiled, before `vm.$el` is created.
647647

648648
- **See also:** [Lifecycle Diagram](/guide/instance.html#Lifecycle-Diagram)
649649

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+
650698
## Instance Properties
651699

652700
### vm.$data

0 commit comments

Comments
 (0)