Skip to content

Commit

Permalink
refactor: rename expose viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
teleskop150750 committed Jan 19, 2024
1 parent 682077c commit e7dca07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radix-vue/src/ScrollArea/ScrollAreaViewport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ onMounted(() => {
})
defineExpose({
el: viewportElement,
$el: viewportElement,
})
</script>

Expand Down

0 comments on commit e7dca07

Please sign in to comment.