fix(template-ref): fix string template refs inside slots

This commit is contained in:
Evan You
2020-02-25 18:29:51 -05:00
parent 8cb0b83088
commit 3eab143843
6 changed files with 110 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ export type ComponentPublicInstance<
M extends MethodOptions = {},
PublicProps = P
> = {
$: ComponentInternalInstance
$data: D
$props: PublicProps
$attrs: Data