Open
Description
Simple Example Repo: https://github.com/hellokvn/vue-facing-decorator-slot-typebug
In the provided example repository, I've created a parent and a child component using both the vue-facing-decorator and Vue's Composition API (setup). In the child component, two variables with specific types are returned. When utilizing Vue's Composition API, the types of the returned variables are accurately maintained. However, when using the vue-facing-decorator, the types of these variables turns to any.
Using vue-facing-decorator:

Not using vue-facing-decorator:

Metadata
Metadata
Assignees
Labels
No labels