Closed
Description
Vue.set
is now failing on reactive objects (but only on SSR):
const a = reactive({})
Vue.set(a, 'prop', 'value')
See https://codesandbox.io/s/wizardly-glitter-v9nd0?file=/pages/index.vue for a reproduction.
Metadata
Metadata
Assignees
Labels
No labels