1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: minor refactor

This commit is contained in:
2023-09-17 19:04:24 +02:00
parent e7bec0aaaf
commit cb92ca99f6
12 changed files with 14 additions and 14 deletions

View File

@ -31,7 +31,7 @@ const props = defineProps({
default: () => null
},
rotate: {
type: String,
type: Number,
default: () => null
}
});