Finished list render system
This commit is contained in:
17
ui/src/components/promotions/promotionListDay.vue
Normal file
17
ui/src/components/promotions/promotionListDay.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<script setup lang="ts">
|
||||
import { onMounted } from 'vue';
|
||||
|
||||
|
||||
defineProps<{
|
||||
date: Date
|
||||
}>()
|
||||
|
||||
onMounted(async () => {
|
||||
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
Hello
|
||||
</template>
|
||||
Reference in New Issue
Block a user