We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5929f33 commit f8be210Copy full SHA for f8be210
packages/runtime-vapor/src/component.ts
@@ -977,7 +977,7 @@ function handleSetupResult(
977
// - setup returning non-block state for use in render
978
// support setup fn and render fn co-usage for defineComponent expose
979
if (!isBlock(setupResult) && component.render) {
980
- instance.setupState = setupResult
+ instance.setupState = proxyRefs(setupResult)
981
instance.block =
982
callWithErrorHandling(
983
component.render,
0 commit comments