mirror of https://github.com/vuejs/core.git
feat(runtime-vapor): add defineComponent
This commit is contained in:
parent
a972894721
commit
261b7d40a4
|
@ -0,0 +1,5 @@
|
||||||
|
// TODO
|
||||||
|
/*! #__NO_SIDE_EFFECTS__ */
|
||||||
|
export function defineComponent(comp: any) {
|
||||||
|
return comp
|
||||||
|
}
|
|
@ -50,6 +50,7 @@ export * from './dom'
|
||||||
export * from './apiLifecycle'
|
export * from './apiLifecycle'
|
||||||
export * from './if'
|
export * from './if'
|
||||||
export * from './for'
|
export * from './for'
|
||||||
|
export { defineComponent } from './apiDefineComponent'
|
||||||
|
|
||||||
export * from './directives/vShow'
|
export * from './directives/vShow'
|
||||||
export * from './directives/vModel'
|
export * from './directives/vModel'
|
||||||
|
|
Loading…
Reference in New Issue