advantage

This commit is contained in:
parent a343adfc89
commit e9c2bab2bd
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ const toggleModal = () => {
<div class="features">
<template v-for="item in advData">
<div class="feature-item">{{item.title}} {{item.content}}</div>
{{ item.id }}
</template>
</div>
</div>