From 8d9b770047ed962b528731a21d9cc48708aaa12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 3 May 2023 17:14:24 +0300 Subject: [PATCH] Toast pt prop update --- components/lib/toast/Toast.d.ts | 4 ++++ components/lib/toast/Toast.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/lib/toast/Toast.d.ts b/components/lib/toast/Toast.d.ts index 9a012c6d1..ee6289c14 100755 --- a/components/lib/toast/Toast.d.ts +++ b/components/lib/toast/Toast.d.ts @@ -29,6 +29,10 @@ export interface ToastPassThroughOptions { * Uses to pass attributes to the root's DOM element. */ root?: ToastPassThroughOptionType; + /** + * Uses to pass attributes to the message's DOM element. + */ + message?: ToastPassThroughOptionType; /** * Uses to pass attributes to the container's DOM element. */ diff --git a/components/lib/toast/Toast.vue b/components/lib/toast/Toast.vue index 15d642724..3077c7867 100755 --- a/components/lib/toast/Toast.vue +++ b/components/lib/toast/Toast.vue @@ -1,7 +1,7 @@