Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Nov 12, 2024
1 parent 2f48730 commit 6ccfcf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapboxgl/map-popup/MapPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class SmMapPopup extends Mixins(MapGetter, Theme) {
get filterData() {
return cloneDeep(this.data).map(propertyList => {
return propertyList.map(item => {
// @ts-ignore
delete item.slotName;
return item;
});
Expand Down

0 comments on commit 6ccfcf0

Please sign in to comment.