Skip to content

Commit

Permalink
chore(docs): fix demos after removing extra header
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Nov 15, 2024
1 parent b8fbb09 commit 559697b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { useStickyTableHeaders } from 'vuestic-ui'
const table = ref()
useStickyTableHeaders(table, 126)
useStickyTableHeaders(table, 75)
</script>

<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useStickyTableHeaders } from 'vuestic-ui'
const table = ref()
const scrollElement = computed(() => table.value?.$el)
useStickyTableHeaders(table, 126)
useStickyTableHeaders(table, 75)
const repeatArray = (array, times) => {
return Array.from({ length: times }, () => array).flat()
Expand Down

0 comments on commit 559697b

Please sign in to comment.