Skip to content

Commit

Permalink
fix: remove non-existing methods from expose
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Dec 23, 2023
1 parent fe448a5 commit b5f9ed2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/components/va-carousel/VaCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ defineExpose({
goToWithPause,
prevWithPause,
nextWithPause,
focus,
blur,
})
</script>

Expand Down
2 changes: 0 additions & 2 deletions packages/ui/src/components/va-checkbox/VaCheckbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ const displayVal = computed(() => props.vertical ? '--va-checkbox-display-flex'
defineExpose({
toggleSelection,
blur,
focus,
})
</script>

Expand Down
2 changes: 0 additions & 2 deletions packages/ui/src/components/va-chip/VaChip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ const { tp } = useTranslation()
defineExpose({
close,
blur,
focus,
})
</script>

Expand Down

0 comments on commit b5f9ed2

Please sign in to comment.