6 lines
82 B
Vue
6 lines
82 B
Vue
<template>
|
|
<div>
|
|
<topic-btn v-for="n in 7" :key="n" />
|
|
</div>
|
|
</template>
|