mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
12 lines
166 B
Vue
12 lines
166 B
Vue
<template>
|
|
<div class="overflow-y-auto h-screen">
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "BitinflowScreenScrollContainer"
|
|
}
|
|
</script>
|