Skip to content

Commit 69a6f8f

Browse files
committed
chore: code annotation
1 parent eea8ed0 commit 69a6f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default defineComponent({
147147
props: initialAttrs,
148148
})
149149

150-
// There's no expose in @vue/composition-api
150+
// There's no `expose` in @vue/composition-api
151151
if (!expose) {
152152
expose = (exposed: Record<string, any> | undefined): void => {
153153
for (const k in exposed) {

0 commit comments

Comments
 (0)