We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
notification
1 parent f3bf69c commit d4e408cCopy full SHA for d4e408c
src/runtime/components/overlays/Notifications.vue
@@ -1,7 +1,7 @@
1
<template>
2
<Teleport to="body">
3
- <div :class="wrapperClass" role="region" v-bind="attrs">
4
- <div v-if="notifications.length" :class="ui.container">
+ <div v-if="notifications.length" :class="wrapperClass" role="region" v-bind="attrs">
+ <div :class="ui.container">
5
<div v-for="notification of notifications" :key="notification.id">
6
<UNotification
7
v-bind="notification"
0 commit comments