mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
docs: prevent UNotifications slot #description override
Otherwise it alters the display of the Notification examples where actions moves under the title.
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
<template #title="{ title }">
|
||||
<span v-html="title" />
|
||||
</template>
|
||||
|
||||
<template #description="{ description }">
|
||||
<span v-html="description" />
|
||||
</template>
|
||||
</UNotifications>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user