Skip to content

Commit 80a8356

Browse files
wxsmsnaokie
authored andcommitted
Update composition-api.md (#1266)
1 parent ae02c09 commit 80a8356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/composition-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ A component option that is executed **before** the component is created, once th
109109
// Some reset logic
110110
}
111111

112-
// If you need to expose multiple properties they must all
113-
// be included in the object passed to expose. expose can
114-
// only be called once.
112+
// Expose can only be called once.
113+
// If you need to expose multiple properties, they must all
114+
// be included in the object passed to expose.
115115
expose({
116116
reset
117117
})

0 commit comments

Comments
 (0)