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

v-model="getThemeMode.verticalSidebarDrawer" throws an error #31

Open
franklin113 opened this issue Dec 30, 2021 · 0 comments
Open

v-model="getThemeMode.verticalSidebarDrawer" throws an error #31

franklin113 opened this issue Dec 30, 2021 · 0 comments

Comments

@franklin113
Copy link

Hi, there is a vuex state being mutated with a v-model inside the Sidebar components -

...
  <v-navigation-drawer
    v-model="getThemeMode.verticalSidebarDrawer"
...

This will throw an error and should probably be refactored to a two way computed property.
https://vuex.vuejs.org/guide/forms.html#two-way-computed-property

  • Tim
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