[Vuejs]-[Vue warn]: Extraneous non-props attributes (id) were passed to component but could not be automatically inherited because component renders fragment

0👍

Check this the first warning.

And declare your component editedStation event with the emits option inside the component.

It seems for me, that you are using Vue 3. If so, then please remove the Vue 2 tag.

Leave a comment