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 08db0ad commit a553a29Copy full SHA for a553a29
packages/runtime-vapor/src/apiDefineComponent.ts
@@ -12,6 +12,7 @@ export function defineVaporComponent(
12
return /*@__PURE__*/ (() =>
13
extend({ name: comp.name }, extraOptions, {
14
setup: comp,
15
+ __vapor: true,
16
}))()
17
}
18
// TODO type inference
0 commit comments