We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea8ed0 commit 69a6f8fCopy full SHA for 69a6f8f
src/Component.ts
@@ -147,7 +147,7 @@ export default defineComponent({
147
props: initialAttrs,
148
})
149
150
- // There's no expose in @vue/composition-api
+ // There's no `expose` in @vue/composition-api
151
if (!expose) {
152
expose = (exposed: Record<string, any> | undefined): void => {
153
for (const k in exposed) {
0 commit comments