Skip to content

Commit 68b5a2f

Browse files
committed
chore(scrollStrategies): fix lint
1 parent 64df31d commit 68b5a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VOverlay/scrollStrategies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Utilities
2-
import { effectScope, nextTick, onScopeDispose, watchEffect } from 'vue'
2+
import { effectScope, onScopeDispose, watchEffect } from 'vue'
33
import { requestNewFrame } from './requestNewFrame'
44
import { convertToUnit, getScrollParents, hasScrollbar, IN_BROWSER, propsFactory } from '@/util'
55

0 commit comments

Comments
 (0)