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

does not work without using proxy (e.g internet explorer), vuex #14

Open
boindil opened this issue Sep 25, 2020 · 0 comments
Open

does not work without using proxy (e.g internet explorer), vuex #14

boindil opened this issue Sep 25, 2020 · 0 comments

Comments

@boindil
Copy link

boindil commented Sep 25, 2020

Sadly, this doesnt seem to work when in fallback mode. There is no error, it simply doesnt work. Tested in Chrome (useProxy: false) and internet explorer.

When using the proxy, it works like a charm (only supported browsers of course)!

<input v-model="formData['key.value']" />
computed: {
   formData () {
        let model = this.$deepModel('key', { useProxy: false })
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant