Skip to content

Commit af9d946

Browse files
committed
fix: typo
1 parent 4133b4e commit af9d946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

miniprogram/page/component/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Page({
33
// 仅在 app-bar demo 页面展示
44
if (typeof this.getAppBar === 'function' ) {
55
const appBarComp = this.getAppBar()
6-
// component.getAppBar 在 Skyline 中返回 appBar 组件示例,在 webview 中返回 null
6+
// component.getAppBar 在 Skyline 中返回 appBar 组件实例,在 webview 中返回 null
77
if (appBarComp !== null) {
88
appBarComp.setData({
99
showAppbar: false

0 commit comments

Comments
 (0)