|
|
@@ -69,14 +69,6 @@ export interface ComponentInternalInstance {
|
|
|
isUnmounted: boolean
|
|
|
isUpdating: boolean
|
|
|
// TODO: registory of provides, lifecycles, ...
|
|
|
- /**
|
|
|
- * @internal
|
|
|
- */
|
|
|
- [VaporLifecycleHooks.BEFORE_CREATE]: LifecycleHook
|
|
|
- /**
|
|
|
- * @internal
|
|
|
- */
|
|
|
- [VaporLifecycleHooks.CREATED]: LifecycleHook
|
|
|
/**
|
|
|
* @internal
|
|
|
*/
|
|
|
@@ -186,14 +178,6 @@ export const createComponentInstance = (
|
|
|
isUnmounted: false,
|
|
|
isUpdating: false,
|
|
|
// TODO: registory of provides, appContext, lifecycles, ...
|
|
|
- /**
|
|
|
- * @internal
|
|
|
- */
|
|
|
- [VaporLifecycleHooks.BEFORE_CREATE]: null,
|
|
|
- /**
|
|
|
- * @internal
|
|
|
- */
|
|
|
- [VaporLifecycleHooks.CREATED]: null,
|
|
|
/**
|
|
|
* @internal
|
|
|
*/
|