refactor: ♻️ Use explicit imports for OverlayScrollbars

This commit is contained in:
Jesse Wierzbinski 2024-11-05 17:09:12 +01:00
parent 0f6e87c275
commit 862839bf34
No known key found for this signature in database
5 changed files with 4 additions and 12 deletions

View file

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