quasarframework/quasar-play

Outdated q-drawer-link in layout showcase

miquelromero opened this issue · 2 comments

https://github.com/quasarframework/quasar-play/blob/master/src/components/showcase/layout/layout.vue
<q-drawer-link icon="view_quilt" to="/showcase/layout" exact> About Layout </q-drawer-link>

exact should not be a q-drawer-link property.

Will take care of this when upgrading Play to Quasar v0.14.

Fixed. Will be visible when final v0.14 is released.