5
components/TopicCard.vue
Normal file
5
components/TopicCard.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<topic-btn v-for="n in 7" :key="n" />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user