p.id == 6)"
@click="
let visits = JSON.parse(localStorage.getItem('visitedProperties') || '[]');
if(!visits.some(p => p.id == 6)) {
visits.unshift({ id: 6, title: '1 BHK', price: '12000', image: '', visitedAt: new Date().toISOString() });
if(visits.length > 50) visits = visits.slice(0, 50);
localStorage.setItem('visitedProperties', JSON.stringify(visits));
}
">
p.id == 2)"
@click="
let visits = JSON.parse(localStorage.getItem('visitedProperties') || '[]');
if(!visits.some(p => p.id == 2)) {
visits.unshift({ id: 2, title: 'Modern Flat in Vijay Nagar', price: '3500000', image: '', visitedAt: new Date().toISOString() });
if(visits.length > 50) visits = visits.slice(0, 50);
localStorage.setItem('visitedProperties', JSON.stringify(visits));
}
">
✓ Verified
1 BHK
₹12,000 / month
·
4.8
✓ Verified
Modern Flat in Vijay Nagar
₹3,500,000 / month
·
4.8