.w-full
.header.pl-3.pr-6.pt-14px.pb-10px.flex.items-center.justify-center
q-btn(
size="14px"
color="dark"
flat,
:label="internalMonth",
no-caps,
padding="10px 12px"
)
.body.py-5.px-6
.cell.flex.items-center.justify-center.cursor-pointer.py-3.rounded(
v-for="year in internalYearsList",
:key="year",
:id="year",
:class="calculateActiveCell(year), cellsClass",
@click="selectYear(year)",
) {{ year }}