mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-02 05:31:37 +01:00
fix: remove unused import and clean up type definitions
This commit is contained in:
@@ -12,6 +12,7 @@ defineProps({
|
||||
},
|
||||
position: {
|
||||
type: String as PropType<'top' | 'right' | 'bottom' | 'left'>,
|
||||
default: 'top',
|
||||
},
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user