Skip to content

Commit db703a9

Browse files
authored
Update readme example
1 parent 4f85696 commit db703a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Common vue files/themed components used across projects
1313
- isUserAdmin
1414
- title
1515
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.
1617

1718
### Example:
1819
```
@@ -23,7 +24,7 @@ Common vue files/themed components used across projects
2324
:isUserAdmin="isUserAdmin"
2425
title="Project Tracking"
2526
>
26-
<template slot="buttons">
27+
<template v-slot:buttons>
2728
<v-btn
2829
v-if="isUserAdmin"
2930
flat

0 commit comments

Comments
 (0)