refactor: remove experimental hooks
This commit is contained in:
@@ -45,7 +45,6 @@ interface PublicInstanceMethods {
|
||||
|
||||
export interface APIMethods<P = {}, D = {}> {
|
||||
data(): Partial<D>
|
||||
hooks(): any
|
||||
render(props: Readonly<P>, slots: Slots, attrs: Data, parentVNode: VNode): any
|
||||
}
|
||||
|
||||
@@ -136,7 +135,6 @@ class InternalComponent implements PublicInstanceMethods {
|
||||
_queueJob: ((fn: () => void) => void) | null = null
|
||||
_isVue: boolean = true
|
||||
_inactiveRoot: boolean = false
|
||||
_hookProps: any = null
|
||||
|
||||
constructor(props?: object) {
|
||||
if (props === void 0) {
|
||||
|
||||
Reference in New Issue
Block a user