Replies: 1 comment 1 reply
-
you can put <v-app-bar>
<v-app-bar-title>
title
<v-btn icon="$vuetify"></v-btn>
</v-app-bar-title>
</v-app-bar> i'm not certain you can visit this link... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out what the best slot is to put a button after the App Bar title. Using the
append
slot puts it all at the other end. Some code attached.Beta Was this translation helpful? Give feedback.
All reactions