Show a maximum of 2 notifications

This commit is contained in:
kolaente 2020-11-22 16:32:14 +01:00
parent bdc9ebbd9e
commit f685ffbb13
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<notifications position="bottom left">
<notifications position="bottom left" :max="2">
<template slot="body" slot-scope="props">
<div :class="['vue-notification-template', 'vue-notification', props.item.type]" @click="close(props)">
<div