Skip to content
New issue

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

3.0.6 option api method option is readonly #3300

Closed
tangjinzhou opened this issue Feb 25, 2021 · 2 comments · Fixed by #3301
Closed

3.0.6 option api method option is readonly #3300

tangjinzhou opened this issue Feb 25, 2021 · 2 comments · Fixed by #3301
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. 🐞 bug Something isn't working

Comments

@tangjinzhou
Copy link
Contributor

Version

3.0.6

Reproduction link

https://codesandbox.io/s/pedantic-frog-o34x0?file=/src/App.vue

Steps to reproduce

1、init method
2、change method at data
3、throw error

What is expected?

keep 2.x behavior

What is actually happening?

now is readonly object

@tangjinzhou
Copy link
Contributor Author

@yyx990803
Is it possible to release a version, this issue causes the antdv component library cannot work

@antfu
Copy link
Member

antfu commented Feb 28, 2021

@tangjinzhou You can use the nightly build here: https://www.npmjs.com/package/@knightly/vue/v/master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.