feat: new
This commit is contained in:
16
src/views/Home/PrizeList.vue
Normal file
16
src/views/Home/PrizeList.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script setup lang='ts'>
|
||||
|
||||
import useStore from '@/store'
|
||||
|
||||
const prizeConfig = useStore().prizeConfig
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
List
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user