As I don't have access to git with my professional computer, I'm not able to make pull requests.
Thus, in app.html, one must change:
<v-toolbar-side-icon> to <v-app-bar-nav-icon>
as Vuetify version used is 2.x. Indeed, the icon button is not showed using the dashboard as is.
Hi, it's me again!
As I don't have access to git with my professional computer, I'm not able to make pull requests. Thus, in app.html, one must change:
<v-toolbar-side-icon>
to<v-app-bar-nav-icon>
as Vuetify version used is 2.x. Indeed, the icon button is not showed using the dashboard as is.Yannick