mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
first commit
This commit is contained in:
11
src/runtime/components/BitinflowScreenScrollContainer.vue
Normal file
11
src/runtime/components/BitinflowScreenScrollContainer.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="overflow-y-auto h-screen">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BitinflowScreenScrollContainer"
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user