diff --git a/src/runtime/components/overlays/Notification.vue b/src/runtime/components/overlays/Notification.vue index 1686eedc..4b7f4c1e 100644 --- a/src/runtime/components/overlays/Notification.vue +++ b/src/runtime/components/overlays/Notification.vue @@ -13,7 +13,7 @@
-

+

{{ title }} @@ -73,7 +73,7 @@ export default defineComponent({ }, title: { type: String, - required: true + default: null }, description: { type: String,