mirror of
https://github.com/maciejpedzich/spotifyplaylistarchive.com.git
synced 2024-11-09 23:13:01 +01:00
8 lines
158 B
Vue
8 lines
158 B
Vue
|
<template>
|
||
|
<div
|
||
|
class="w-full h-full flex flex-column justify-content-center align-items-center text-center"
|
||
|
>
|
||
|
<slot></slot>
|
||
|
</div>
|
||
|
</template>
|