Skip to content

Commit

Permalink
Resolve conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Nov 14, 2024
2 parents 2d68450 + eee7bd2 commit 6697dea
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 75 deletions.
17 changes: 13 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@abi-software/gallery": "^1.1.2",
"@abi-software/map-utilities": "^1.2.0-beta.8",
"@abi-software/map-utilities": "^1.2.0",
"@abi-software/svg-sprite": "^1.0.1",
"@element-plus/icons-vue": "^2.3.1",
"algoliasearch": "^4.10.5",
Expand Down
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@tabClicked="tabClicked"
@search-changed="searchChanged($event)"
@hover-changed="hoverChanged($event)"
@connectivity-component-click="onConnectivityComponentClick"
@actionClick="action"
/>
</div>
Expand Down Expand Up @@ -123,6 +124,7 @@ export default {
BL_SERVER_URL: import.meta.env.VITE_APP_BL_SERVER_URL,
NL_LINK_PREFIX: import.meta.env.VITE_APP_NL_LINK_PREFIX,
ROOT_URL: import.meta.env.VITE_APP_ROOT_URL,
FLATMAPAPI_LOCATION: import.meta.env.VITE_FLATMAPAPI_LOCATION,
},
connectivityInput: exampleConnectivityInput,
activeId: 1,
Expand Down Expand Up @@ -252,6 +254,9 @@ export default {
} else {
this.createData = null
}
},
onConnectivityComponentClick: function(data) {
console.log("onConnectivityComponentClick" , data)
}
},
mounted: function () {
Expand Down
Loading

0 comments on commit 6697dea

Please sign in to comment.