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 6f3532e commit 3c18ea2Copy full SHA for 3c18ea2
packages/app-backend-vue3/src/index.ts
@@ -88,7 +88,7 @@ export const backend = defineBackend({
88
}
89
})
90
91
- api.stateEditor.isRef = value => !!value.__v_isRef
+ api.stateEditor.isRef = value => !!value?.__v_isRef
92
api.stateEditor.getRefValue = ref => ref.value
93
api.stateEditor.setRefValue = (ref, value) => {
94
ref.value = value
0 commit comments