mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 08:53:49 +01:00
8 lines
120 B
Vue
8 lines
120 B
Vue
<template>
|
|
<div class="w-full overflow-x-auto whitespace-nowrap">
|
|
<table>
|
|
<slot />
|
|
</table>
|
|
</div>
|
|
</template>
|