vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Warning after update to router 3.5.0 #2312

Open c-cherdron opened 3 years ago

c-cherdron commented 3 years ago

After a router update I get the following warning:

[vue-router] <router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.

It appears on the one page which has the vue material stepper in it so I believe that to be the culprint.

roryschadler commented 2 years ago

I'm getting the same warning. It shows up when I use the to attribute on an <md-button> tag.