Skip to content

When setup returns a render function, is it possible to obtain the state of refs? #376

Open
@jeffwcx

Description

@jeffwcx

vue-devtools has had this issue for a long time devtools #1295. I want to know if this problem still exists in devtools-next? I just tested it in a project, and it seems that when returning JSX in setup, it's still not possible to get the state of refs.

Activity

alexzhang1030

alexzhang1030 commented on May 20, 2024

@alexzhang1030
Member

vuejs/core#5383

This PR presents a sensible solution for our current stage. We will consider integrating it into devtools-next once we have resolved some ongoing issues or identified other viable alternatives.

linked a pull request that will close this issue on Jun 16, 2024
added
plugin apiscope: devtools plugin api
devtools apiscope: devtools-api package
and removed
plugin apiscope: devtools plugin api
on Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    devtools apiscope: devtools-api packageenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @jeffwcx@alexzhang1030

      Issue actions

        When setup returns a render function, is it possible to obtain the state of refs? · Issue #376 · vuejs/devtools