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

Fix v-bind ordering to supress warning #179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pdcmoreira
Copy link

A warning is reported from Vue 3 compat build regarding the usage of v-bind="$attrs", as attribute merging is now affected by the attribute ordering: https://v3-migration.vuejs.org/breaking-changes/v-bind.html

image

Moving v-bind="$attrs" to first place, supresses this warning and doesn't affect the component's behavior.

@netlify
Copy link

netlify bot commented Mar 31, 2023

Deploy Preview for vue-map failed.

Name Link
🔨 Latest commit fe85b41
🔍 Latest deploy log https://app.netlify.com/sites/vue-map/deploys/642701e2a4561e000805d761

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

Successfully merging this pull request may close these issues.

None yet

1 participant