Skip to content

Vue.set does not work with reactive objects (regression in beta 15) #550

Closed
@danielroe

Description

@danielroe

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.

nuxt-community/composition-api#251

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions