Skip to content

Commit

Permalink
chore: add space between doc comments and precious code lines
Browse files Browse the repository at this point in the history
  • Loading branch information
albertjcuac committed Mar 26, 2024
1 parent 00941a3 commit 561408c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
type: Object as PropType<Identifiable>,
required: true
},
/**
* The tag to render.
*
Expand All @@ -44,6 +45,7 @@
setup(props) {
useRegisterXModule(scrollXModule);
const $x = use$x();
/**
* Rendered HTML node.
*
Expand Down Expand Up @@ -96,6 +98,7 @@
return { el, firstVisibleItemObserver, observeItem };
},
/**
* Initialise scroll behavior.
* - Observes the rendered element to detect if it is the first visible item.
Expand Down

0 comments on commit 561408c

Please sign in to comment.