Better save messages for tasks #307

Merged
konrad merged 9 commits from feature/save-messages into master 2020-11-22 16:32:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f685ffbb13 - Show all commits

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