fix(ui-docs): Correct code example
This commit is contained in:
parent
1a2118fdcf
commit
090de717ad
|
@ -121,13 +121,13 @@ You can nest [Funkwhale alerts](./alert) to visually highlight content within th
|
|||
Modal content
|
||||
|
||||
<template #alert v-if="alertOpen">
|
||||
<fw-alert>
|
||||
<Alert>
|
||||
Alert content
|
||||
|
||||
<template #actions>
|
||||
<Button autofocus @click="alertOpen = false">Close alert</Button>
|
||||
</template>
|
||||
</fw-alert>
|
||||
</Alert>
|
||||
</template>
|
||||
</Modal>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue