Skip to content

Fix v-bind ordering to supress warning#179

Open
pdcmoreira wants to merge 1 commit into
fawmi:mainfrom
pdcmoreira:fix-attrs-order
Open

Fix v-bind ordering to supress warning#179
pdcmoreira wants to merge 1 commit into
fawmi:mainfrom
pdcmoreira:fix-attrs-order

Conversation

@pdcmoreira
Copy link
Copy Markdown

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
Copy Markdown

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
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.

1 participant