We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue.set
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
The text was updated successfully, but these errors were encountered:
fix(SSR): value set for props, fix vuejs#550
5057a22
chore: revert to v14 of composition api
ee4f682
vuejs/composition-api#550
fix(SSR): value set for props, fix #550 (#551)
5b1b094
antfu
Successfully merging a pull request may close this issue.
Vue.set
is now failing on reactive objects (but only on SSR):See https://codesandbox.io/s/wizardly-glitter-v9nd0?file=/pages/index.vue for a reproduction.
nuxt-community/composition-api#251
The text was updated successfully, but these errors were encountered: