Skip to content

Commit

Permalink
chore: avoid conflicts by removing added test code
Browse files Browse the repository at this point in the history
  • Loading branch information
thexeos committed Mar 27, 2024
1 parent 8453c77 commit bf6f265
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions ui/dev/src/pages/components/scroll-area.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
<div style="margin-top: 150px" />
<div style="margin-bottom: 25px" :style="horizontal ? 'width: 160px' : ''" v-for="n in number" :key="n">
{{ n }} Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<q-btn label="Click" color="primary">
{{ logRender() }}
</q-btn>
<q-btn label="Click" color="primary" />
</div>
</div>
</q-scroll-area>
Expand All @@ -49,9 +47,7 @@
<div style="margin-top: 150px" />
<div style="margin-bottom: 25px" :style="horizontal ? 'width: 160px' : ''" v-for="n in number" :key="n">
{{ n }} Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<q-btn label="Click" color="primary">
{{ logRender() }}
</q-btn>
<q-btn label="Click" color="primary" />
</div>
</div>
</q-scroll-area>
Expand Down Expand Up @@ -227,9 +223,6 @@ export default {
console.log('getScroll()', this.$refs.scroll.getScroll())
console.log('getScrollPosition()', this.$refs.scroll.getScrollPosition())
console.log('getScrollPercentage()', this.$refs.scroll.getScrollPercentage())
},
logRender () {
console.log('button render call')
}
}
}
Expand Down

0 comments on commit bf6f265

Please sign in to comment.