Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upVue.set not available in UMD bundle #2026
Closed
Comments
It doesn't exist in Vue 3 because Vue 3 doesn't need it. It will be provided in the IE11 build though. |
Doesn't that force us to write different code for the ie11 version and the other version? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.0.0-rc.9
Reproduction link
https://codepen.io/fuzzyma/pen/PoNKVoK
Steps to reproduce
Run the codepen with console open
What is expected?
Vue.set should be defined
What is actually happening?
Its not
According to the docs:
So it should be available, shouldnt it?