0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-09 04:55:07 +00:00
VueTube/NUXT/components/CustomComponents/swipeableBottomSheet.vue

4 lines
94 B
Vue
Raw Normal View History

2022-04-13 12:54:06 +00:00
<template>
<div class="swipeableBottomSheet" :open-state="state ? 1 : 0"></div>
</template>