File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ The Options API contains the following sections:
5
5
- [ Data] ( /api/options-data.html )
6
6
- [ DOM] ( /api/options-dom.html )
7
7
- [ Lifecycle Hooks] ( /api/options-lifecycle-hooks.html )
8
- - [ Assets ] ( /api/options-assets.html )
8
+ - [ Recursos ] ( /api/options-assets.html )
9
9
- [ Composition] ( /api/options-composition.html )
10
10
- [ Miscellaneous] ( /api/options-misc.html )
Original file line number Diff line number Diff line change 1
- # Assets
1
+ # Recursos
2
2
3
3
## directives
4
4
5
- - ** Type :** ` Object `
5
+ - ** Tipo :** ` Object `
6
6
7
- - ** Details :**
7
+ - ** Detalhes :**
8
8
9
- A hash of directives to be made available to the component instance .
9
+ Um conjunto de diretivas que será disponibilizado para a instância do componente .
10
10
11
- - ** Usage :**
11
+ - ** Exemplo :**
12
12
``` js
13
13
const app = Vue .createApp ({})
14
14
24
24
})
25
25
```
26
26
27
- - ** See also :** [ Custom Directives ] ( ../guide/custom-directive.html )
27
+ - ** Ver também :** [ Diretivas Personalizadas ] ( ../guide/custom-directive.html )
28
28
29
29
## components
30
30
31
- - ** Type :** ` Object `
31
+ - ** Tipo :** ` Object `
32
32
33
- - ** Details :**
33
+ - ** Detalhes :**
34
34
35
- A hash of components to be made available to the component instance .
35
+ Um conjunto de componentes que será disponibilizado para a instância do componente .
36
36
37
- - ** Usage :**
37
+ - ** Exemplo :**
38
38
``` js
39
39
const Foo = {
40
40
template: ` <div>Foo</div>`
48
48
})
49
49
```
50
50
51
- - ** See also :** [ Components ] ( ../guide/component-basics.html )
51
+ - ** Ver também :** [ Básico sobre Componentes ] ( ../guide/component-basics.html )
You can’t perform that action at this time.
0 commit comments