Update ScrollPanel.vue

pull/4153/head
mertsincan 2023-07-17 10:39:35 +01:00
parent 88c510938d
commit 0e5b68e6ec
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
@focus="onFocus"
@blur="onBlur"
v-bind="ptm('barx')"
data-pc-group-section="bar"
></div>
<div
ref="yBar"
@ -31,6 +32,7 @@
@keyup="onKeyUp"
@focus="onFocus"
v-bind="ptm('bary')"
data-pc-group-section="bar"
></div>
</div>
</template>