Commit 862839b 1 parent 0f6e87c commit 862839b Copy full SHA for 862839b
File tree 5 files changed +4
-12
lines changed
5 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 16
16
</template >
17
17
18
18
<script lang="ts" setup>
19
- import { OverlayScrollbarsComponent } from " #imports " ;
19
+ import { OverlayScrollbarsComponent } from " overlayscrollbars-vue " ;
20
20
21
21
const props = defineProps <{
22
22
currentlyTyping: string | null ;
Original file line number Diff line number Diff line change 8
8
9
9
<script lang="ts" setup>
10
10
import type { Status } from " @versia/client/types" ;
11
- import { OverlayScrollbarsComponent } from " #imports " ;
11
+ import { OverlayScrollbarsComponent } from " overlayscrollbars-vue " ;
12
12
import Note from " ../social-elements/notes/note.vue" ;
13
13
14
14
const props = defineProps <{
Original file line number Diff line number Diff line change 17
17
<script lang="ts" setup>
18
18
// slides in and out from the left or right
19
19
import type { HTMLAttributes } from " vue" ;
20
- import { OverlayScrollbarsComponent } from " #imports " ;
20
+ import { OverlayScrollbarsComponent } from " overlayscrollbars-vue " ;
21
21
22
22
interface Props extends /* @vue-ignore */ HTMLAttributes {
23
23
direction? : " left" | " right" ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import Navigation from "~/components/sidebars/navigation.vue";
27
27
import AttachmentDialog from " ~/components/social-elements/notes/attachment-dialog.vue" ;
28
28
import Notifications from " ~/components/timelines/notifications.vue" ;
29
29
import TimelineScroller from " ~/components/timelines/timeline-scroller.vue" ;
30
- import { OverlayScrollbarsComponent } from " #imports " ;
30
+ import { OverlayScrollbarsComponent } from " overlayscrollbars-vue " ;
31
31
const { width } = useWindowSize ();
32
32
33
33
const { n } = useMagicKeys ();
Original file line number Diff line number Diff line change @@ -264,14 +264,6 @@ export default defineNuxtConfig({
264
264
onionApiHost : undefined ,
265
265
} ,
266
266
} ,
267
- imports : {
268
- presets : [
269
- {
270
- from : "overlayscrollbars-vue" ,
271
- imports : [ "OverlayScrollbarsComponent" ] ,
272
- } ,
273
- ] ,
274
- } ,
275
267
devtools : {
276
268
enabled : false ,
277
269
You can’t perform that action at this time.
0 commit comments