feat(#17): Add an appraisal compare-by-location page

This commit is contained in:
Sirttas
2026-07-09 19:06:53 +02:00
parent c4803ef650
commit 81250953eb
17 changed files with 361 additions and 21 deletions
+3
View File
@@ -18,6 +18,9 @@ import {routeNames} from '@/routes';
<RouterLink :to="{name: routeNames.appraise}" class="tab">
<span>Appraisal</span>
</RouterLink>
<RouterLink :to="{name: routeNames.compareAppraisal}" class="tab">
<span>Compare</span>
</RouterLink>
</div>
<RouterView />
</div>