wip: filters compat
This commit is contained in:
@@ -268,6 +268,11 @@ export interface ComponentInternalInstance {
|
||||
* @internal
|
||||
*/
|
||||
directives: Record<string, Directive> | null
|
||||
/**
|
||||
* Resolved filters registry, v2 compat only
|
||||
* @internal
|
||||
*/
|
||||
filters?: Record<string, Function>
|
||||
/**
|
||||
* resolved props options
|
||||
* @internal
|
||||
|
||||
Reference in New Issue
Block a user