Skip to content

Commit

Permalink
fix: set xModule name
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed May 2, 2024
1 parent 8fd374f commit 8924f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
*/
export default defineComponent({
name: 'MainScrollItem',
xModule: scrollXModule.name,
props: {
/**
* The item data. Used to set the scroll identifier.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
export default defineComponent({
name: 'MainScroll',
xModule: scrollXModule.name,
props: {
/**
* If `true`, sets this scroll instance to the main of the application. Being the main
Expand Down

0 comments on commit 8924f18

Please sign in to comment.