chore: couple minor fixes

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 20:25:17 +01:00
committed by Braks
parent 3518e1dab2
commit b7abb31c24
5 changed files with 15 additions and 26 deletions
@@ -14,7 +14,7 @@ const props = withDefaults(defineProps<MiniMapProps>(), {
maskColor: 'rgb(240, 242, 243, 0.7)',
})
const attrs = useAttrs()
const attrs: Record<string, any> = useAttrs()
const window = useWindow()
const defaultWidth = 200