Skip to content

How to declare a non reactive variable with object syntax #1220

Discussion options

You must be logged in to vote

Use markRaw()

state: () => ({ nonReactive: markRaw(...) })

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by posva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants