diff --git a/src/components/DestinationInfoCard.vue b/src/components/DestinationInfoCard.vue index 5bf3c95..fbf7fd0 100644 --- a/src/components/DestinationInfoCard.vue +++ b/src/components/DestinationInfoCard.vue @@ -11,7 +11,6 @@ {{nearestStructureData.display_name}} - @@ -37,18 +36,6 @@ {{nearestStructureData.lon}} , {{nearestStructureData.lat}} - - - @@ -206,11 +193,11 @@ import findLocation from '../../icons/Material/find-location.svg'; import clock from '../../icons/Material/clock.svg'; import check from '../../icons/Material/check-round.svg'; -import DestinationInfoCard from '@/components/DestinationInfoCard.vue'; -const destination = { - title: "อนุสาวรีย์ชัยสมรภูมิ", - subTitle: "ราชเทวี , กรุงเทพมหานคร" -} +// import DestinationInfoCard from '@/components/DestinationInfoCard.vue'; +// const destination = { +// title: "อนุสาวรีย์ชัยสมรภูมิ", +// subTitle: "ราชเทวี , กรุงเทพมหานคร" +// } const detial = [ { icon: check, @@ -243,7 +230,6 @@ export default { showRoute: false, userLocation: null, isLocationRequested: false, - }; }, computed: { @@ -465,7 +451,6 @@ export default { .destination-card .v-field__input { - /* font-size: 14px; */ padding: 0; } diff --git a/src/views/Favorite.vue b/src/views/Favorite.vue index d3c4706..23475f9 100644 --- a/src/views/Favorite.vue +++ b/src/views/Favorite.vue @@ -1,12 +1,4 @@