<span :class="{'my-class': ids.includes(article.id)}"> {{article.id}} </span>
const routes = [
{
name: 'index',
path: '/',
component: () => import('Index.vue'),
},
{
name: 'test',
path: '/test',
component: () => import('Test.vue'),
},
]