diff --git a/public/index.html b/public/index.html index 76d9481..55046db 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,8 @@ + +
{{subTitle}}
@@ -24,12 +24,8 @@ export default { props: { title: String, subTitle: String, - type: String - }, - computed: { - isRTL() { - return this.$rtl.isRTL; - } + type: String, + cardHeaderClasses: [String, Object] } }; diff --git a/src/components/NotificationPlugin/Notification.vue b/src/components/NotificationPlugin/Notification.vue index edd6e4f..674f4b8 100644 --- a/src/components/NotificationPlugin/Notification.vue +++ b/src/components/NotificationPlugin/Notification.vue @@ -17,11 +17,11 @@ - - {{title}}