From cb37100228cae8f75d4895063130548f64905da5 Mon Sep 17 00:00:00 2001 From: habubey Date: Tue, 23 May 2023 10:56:17 +0300 Subject: [PATCH] Refactor #3922: TriStateCheckbox PT Options typo --- components/lib/tristatecheckbox/TriStateCheckbox.d.ts | 2 +- components/lib/tristatecheckbox/TriStateCheckbox.vue | 2 +- doc/tristatecheckbox/pt/PTDoc.vue | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts index 04ba9e695..5dde0de83 100755 --- a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts +++ b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts @@ -33,7 +33,7 @@ export interface TriStateCheckboxPassThroughOptions { /** * Uses to pass attributes to the checkbox box's DOM element. */ - checbox?: TriStateCheckboxPassThroughOptionType; + checkbox?: TriStateCheckboxPassThroughOptionType; /** * Uses to pass attributes to the check icon's DOM element. */ diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.vue b/components/lib/tristatecheckbox/TriStateCheckbox.vue index 067fa80fe..d22027461 100755 --- a/components/lib/tristatecheckbox/TriStateCheckbox.vue +++ b/components/lib/tristatecheckbox/TriStateCheckbox.vue @@ -17,7 +17,7 @@ /> {{ ariaValueLabel }} -
+
diff --git a/doc/tristatecheckbox/pt/PTDoc.vue b/doc/tristatecheckbox/pt/PTDoc.vue index 1982b66ca..2cd927ad4 100644 --- a/doc/tristatecheckbox/pt/PTDoc.vue +++ b/doc/tristatecheckbox/pt/PTDoc.vue @@ -4,7 +4,7 @@