jetze-meilink

Results 3 issues of jetze-meilink

### Problem to solve Currently there is no support for vue-router for the v-icon-btn. (e.g. ``. The docs propose to wrap it in a `router-link` which is a bit cumbersome....

C: VBtn
S: triage

fixes #21341 ## Markup: ``` Overidden event slot export default { name: 'Playground', setup () { const events = [ { start: new Date(), end: new Date(), title: 'Test event'...

T: bug
C: VCalendar

We ran into the issue that the `@model` decorator does not support dashes for the variable name. With this setup: Child component ` @Model({ name: 'list-view', }) public listViewValue: boolean;`...