Skip to content

Commit 6b773ad

Browse files
committed
完成 API 翻译 6
1 parent f7f9cda commit 6b773ad

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

src/api/index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -695,41 +695,41 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
695695

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

698-
## Options / Assets
698+
## 选项 / 资源
699699

700-
### directives
700+
### 指令
701701

702-
- **Type:** `Object`
702+
- **类型:** `Object`
703703

704-
- **Details:**
704+
- **详细:**
705705

706-
A hash of directives to be made available to the Vue instance.
706+
一个 用于 Vue 实例 的带 hash 的指令。
707707

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)
711711

712-
### filters
712+
### 过滤器
713713

714-
- **Type:** `Object`
714+
- **类型:** `Object`
715715

716-
- **Details:**
716+
- **详细:**
717717

718-
A hash of filters to be made available to the Vue instance.
718+
一个 用于 Vue 实例 的带 hash 的过滤器。
719719

720-
- **See also:**
720+
- **另见:**
721721
- [`Vue.filter`](#Vue-filter)
722722

723-
### components
723+
### 组件
724724

725-
- **Type:** `Object`
725+
- **类型:** `Object`
726726

727-
- **Details:**
727+
- **详细:**
728728

729-
A hash of components to be made available to the Vue instance.
729+
一个 用于 Vue 实例 的带 hash 的组件。
730730

731-
- **See also:**
732-
- [Components](/guide/components.html)
731+
- **另见:**
732+
- [组件](/guide/components.html)
733733

734734
## Options / Misc
735735

themes/vue/source/css/_common.styl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ body
1313
a
1414
text-decoration none
1515
color $medium
16-
1716
img
1817
border none
1918

@@ -53,7 +52,6 @@ a.button
5352
&.white
5453
background-color #fff
5554
color $green
56-
5755
.highlight
5856
overflow-x auto
5957
position relative
@@ -66,7 +64,7 @@ a.button
6664
width 100%
6765
border-collapse collapse
6866
padding 0
69-
margin 0
67+
margin 0
7068
.gutter
7169
width 1.5em
7270
.code

0 commit comments

Comments
 (0)