We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f85696 commit db703a9Copy full SHA for db703a9
README.md
@@ -13,6 +13,7 @@ Common vue files/themed components used across projects
13
- isUserAdmin
14
- title
15
4. There is a named slot available titled "buttons" when any app-specific toolbar buttons can be placed (see example below).
16
+5. There is another slot, "overflow-buttons" which maps to inside the ellipses menu on the far right of the toolbar.
17
18
### Example:
19
```
@@ -23,7 +24,7 @@ Common vue files/themed components used across projects
23
24
:isUserAdmin="isUserAdmin"
25
title="Project Tracking"
26
>
- <template slot="buttons">
27
+ <template v-slot:buttons>
28
<v-btn
29
v-if="isUserAdmin"
30
flat
0 commit comments