File tree Expand file tree Collapse file tree 2 files changed +20
-22
lines changed Expand file tree Collapse file tree 2 files changed +20
-22
lines changed Original file line number Diff line number Diff line change @@ -695,41 +695,41 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
695
695
696
696
- ** See also:** [ Lifecycle Diagram] ( /guide/instance.html#Lifecycle-Diagram )
697
697
698
- ## Options / Assets
698
+ ## 选项 / 资源
699
699
700
- ### directives
700
+ ### 指令
701
701
702
- - ** Type :** ` Object `
702
+ - ** 类型 :** ` Object `
703
703
704
- - ** Details :**
704
+ - ** 详细 :**
705
705
706
- A hash of directives to be made available to the Vue instance.
706
+ 一个 用于 Vue 实例 的带 hash 的指令。
707
707
708
- - ** See also :**
709
- - [ Custom Directives ] ( /guide/custom-directive.html )
710
- - [ Assets Naming Convention ] ( /guide/components.html#Assets-Naming-Convention )
708
+ - ** 另见 :**
709
+ - [ 自定义指令 ] ( /guide/custom-directive.html )
710
+ - [ 资源命名约定 ] ( /guide/components.html#Assets-Naming-Convention )
711
711
712
- ### filters
712
+ ### 过滤器
713
713
714
- - ** Type :** ` Object `
714
+ - ** 类型 :** ` Object `
715
715
716
- - ** Details :**
716
+ - ** 详细 :**
717
717
718
- A hash of filters to be made available to the Vue instance.
718
+ 一个 用于 Vue 实例 的带 hash 的过滤器。
719
719
720
- - ** See also :**
720
+ - ** 另见 :**
721
721
- [ ` Vue.filter ` ] ( #Vue-filter )
722
722
723
- ### components
723
+ ### 组件
724
724
725
- - ** Type :** ` Object `
725
+ - ** 类型 :** ` Object `
726
726
727
- - ** Details :**
727
+ - ** 详细 :**
728
728
729
- A hash of components to be made available to the Vue instance.
729
+ 一个 用于 Vue 实例 的带 hash 的组件。
730
730
731
- - ** See also :**
732
- - [ Components ] ( /guide/components.html )
731
+ - ** 另见 :**
732
+ - [ 组件 ] ( /guide/components.html )
733
733
734
734
## Options / Misc
735
735
Original file line number Diff line number Diff line change 13
13
a
14
14
text-decoration none
15
15
color $medium
16
-
17
16
img
18
17
border none
19
18
@@ -53,7 +52,6 @@ a.button
53
52
& .white
54
53
background-color #f f f
55
54
color $green
56
-
57
55
.highlight
58
56
overflow-x auto
59
57
position relative
@@ -66,7 +64,7 @@ a.button
66
64
width 100%
67
65
border-collapse collapse
68
66
padding 0
69
- margin 0
67
+ margin 0
70
68
.gutter
71
69
width 1.5em
72
70
.code
You can’t perform that action at this time.
0 commit comments