mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-23 09:23:50 +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>
|