From 757d4ac210378905e77486c98a97919079909a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Thu, 29 Dec 2022 16:16:58 +0300 Subject: [PATCH] Typo fixed for default props --- components/panel/Panel.vue | 2 +- components/tabview/TabView.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/panel/Panel.vue b/components/panel/Panel.vue index 13a46902e..c658c34a0 100755 --- a/components/panel/Panel.vue +++ b/components/panel/Panel.vue @@ -47,7 +47,7 @@ export default { collapsed: Boolean, toggleButtonProps: { type: null, - defaault: null + default: null } }, data() { diff --git a/components/tabview/TabView.vue b/components/tabview/TabView.vue index f0685ac37..ad0051e1d 100755 --- a/components/tabview/TabView.vue +++ b/components/tabview/TabView.vue @@ -99,11 +99,11 @@ export default { }, previousButtonProps: { type: null, - defaault: null + default: null }, nextButtonProps: { type: null, - defaault: null + default: null } }, data() {