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 a972894 commit 261b7d4Copy full SHA for 261b7d4
packages/runtime-vapor/src/apiDefineComponent.ts
@@ -0,0 +1,5 @@
1
+// TODO
2
+/*! #__NO_SIDE_EFFECTS__ */
3
+export function defineComponent(comp: any) {
4
+ return comp
5
+}
packages/runtime-vapor/src/index.ts
@@ -50,6 +50,7 @@ export * from './dom'
50
export * from './apiLifecycle'
51
export * from './if'
52
export * from './for'
53
+export { defineComponent } from './apiDefineComponent'
54
55
export * from './directives/vShow'
56
export * from './directives/vModel'
0 commit comments