diff --git a/src/components/base/notification/notice.vue b/src/components/base/notification/notice.vue index 8810225b..4d89294f 100644 --- a/src/components/base/notification/notice.vue +++ b/src/components/base/notification/notice.vue @@ -79,6 +79,10 @@ }, transitionName: { type: String + }, + background: { + type: Boolean, + default: false } }, data () {