1
2
3
4
5
6
7
8
9
10
const aboutMe = {
company: '2atOnce OÜ',
title: 'The Digital Age Company',
address: {
street: 'Sepapaja tn 6',
city: 'Tallinn'
zip: '15551'
country: 'Estonia'
}
EU VAT: 'EE102475672',
}
1
2
3
4
5
6
7
8
9
this.addEventListener('mouseover', () => {
this.flipCard = true;
});