feat: Add ability to set custom background images

This commit is contained in:
Jesse Wierzbinski 2024-11-05 17:37:25 +01:00
parent 862839bf34
commit 093ae627b9
No known key found for this signature in database
7 changed files with 58 additions and 6 deletions

View file

@ -15,9 +15,9 @@
</template>
<script lang="ts" setup>
import { OverlayScrollbarsComponent } from "overlayscrollbars-vue";
// slides in and out from the left or right
import type { HTMLAttributes } from "vue";
import { OverlayScrollbarsComponent } from "overlayscrollbars-vue";
interface Props extends /* @vue-ignore */ HTMLAttributes {
direction?: "left" | "right";