更新 SlideView.vue

This commit is contained in:
jxxghp
2023-08-03 21:17:00 +08:00
committed by GitHub
parent 9b3b9bd1e9
commit d473037e2e

View File

@@ -111,6 +111,7 @@ onUnmounted(() => {
ref="slideview_content"
class="slideview_content grid grid-rows-1 grid-flow-col gap-4 p-3"
@scroll="countDisabled"
tabindex="0"
>
<slot name="content" />
</div>