Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
// votes() { return this.activity ? this.activity.vote.count : null }, //
// <ElTable v-if="getAllBrands.length > 0" :data="getAllBrands" > //
// validations: { items: { required, $each: { name: { required, }, title: { required, }, } } } //
<template> <div> <Filter/> </div> </template> <script> import Filter from './Filter' export default { components: { Filter, }, } </script>