fix(template-ref): fix string template refs inside slots
This commit is contained in:
@@ -33,6 +33,7 @@ export type ComponentPublicInstance<
|
||||
M extends MethodOptions = {},
|
||||
PublicProps = P
|
||||
> = {
|
||||
$: ComponentInternalInstance
|
||||
$data: D
|
||||
$props: PublicProps
|
||||
$attrs: Data
|
||||
|
||||
Reference in New Issue
Block a user