Skip to content

Commit

Permalink
docs(VAppBar): add icon and title to usage example
Browse files Browse the repository at this point in the history
closes #18922
closes #18930
  • Loading branch information
KaelWD committed Jan 22, 2024
1 parent 8c01536 commit e6ec41c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/docs/src/examples/v-app-bar/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
const slots = computed(() => {
let str = ''
str += `
<template v-slot:prepend>
<v-app-bar-nav-icon></v-app-bar-nav-icon>
</template>
<v-app-bar-title>Application Bar</v-app-bar-title>
`
if (actions.value) {
str += `
<template v-slot:append>
Expand Down

0 comments on commit e6ec41c

Please sign in to comment.