feat: account pages framework & updates to library
This commit is contained in:
@@ -35,12 +35,12 @@
|
||||
import type { SerializeObject } from "nitropack";
|
||||
|
||||
const props = defineProps<{
|
||||
game?: SerializeObject<{
|
||||
game: SerializeObject<{
|
||||
id: string;
|
||||
mCoverId: string;
|
||||
mName: string;
|
||||
mShortDescription: string;
|
||||
}>;
|
||||
}> | undefined;
|
||||
href?: string;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user