Skip to content

Commit

Permalink
Merge 6ab4601 into 2e40c85
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiyang1216 committed Jan 5, 2018
2 parents 2e40c85 + 6ab4601 commit a177e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/md/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export default class Com extends wepy.component {

### 实例

通过前文的介绍可知,在 WePY 中,小程序被分为三个实例:小程序实例`App`、页面实例`Page`、组件实例`Component`。其中`Page`实例继承自`Component`。各自的声明方式如下:
通过前文的介绍可知,在 WePY 中,小程序被分为三个实例:小程序实例`App`、页面实例`Page`、组件实例`Component`。其中`Page`实例继承自`page`。各自的声明方式如下:

```javascript
import wepy from 'wepy';
Expand Down

0 comments on commit a177e4e

Please sign in to comment.