chore: cleanup components

This commit is contained in:
braks
2023-10-30 13:36:07 +01:00
committed by Braks
parent c32c0df4fa
commit 119f6d15db
12 changed files with 97 additions and 78 deletions
+1
View File
@@ -3,6 +3,7 @@ import { defineComponent, h, inject } from 'vue'
import type { MiniMapNodeProps } from './types'
import { MiniMapSlots } from './types'
// todo: typings
export default defineComponent({
name: 'MiniMapNode',
compatConfig: { MODE: 3 },