feat(client): 🍪👈
This commit is contained in:
		
							
								
								
									
										24
									
								
								packages/frontend/src/pages/clicker.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								packages/frontend/src/pages/clicker.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| <template> | ||||
| <MkStickyContainer> | ||||
| 	<template #header><MkPageHeader/></template> | ||||
| 	<MkSpacer :content-max="800"> | ||||
| 		<MkClickerGame/> | ||||
| 	</MkSpacer> | ||||
| </MkStickyContainer> | ||||
| </template> | ||||
|  | ||||
| <script lang="ts" setup> | ||||
| import { ref } from 'vue'; | ||||
| import MkClickerGame from '@/components/MkClickerGame.vue'; | ||||
| import { i18n } from '@/i18n'; | ||||
| import { definePageMetadata } from '@/scripts/page-metadata'; | ||||
|  | ||||
| definePageMetadata({ | ||||
| 	title: '🍪👈', | ||||
| 	icon: 'ti ti-cookie', | ||||
| }); | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" module> | ||||
|  | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo