You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't seem like this component should depend on values stored in global state. It seems a lot like this component ought to manage its own position values, and use a v-model pointing to a boolean stored in the component where the menu will appear. I found a nice article explaining how v-model works, and how it can be used in custom components: https://dev.to/vue-storefront/vue-during-coffee-break-using-v-model-with-custom-components-3bo9.
It doesn't seem like this component should depend on values stored in global state. It seems a lot like this component ought to manage its own position values, and use a
v-model
pointing to a boolean stored in the component where the menu will appear. I found a nice article explaining howv-model
works, and how it can be used in custom components: https://dev.to/vue-storefront/vue-during-coffee-break-using-v-model-with-custom-components-3bo9.Originally posted by @waxlamp in #196 (comment)
The text was updated successfully, but these errors were encountered: