Skip to content

Fix v-bind ordering to supress warning #179

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

aden-74 added a commit to aden-74/vue-google-maps that referenced this pull request Jul 18, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant