Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 9, 2025
1 parent e6d2846 commit 7001259
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 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 @@ -18,7 +18,7 @@
"@geoman-io/leaflet-geoman-free": "^2.18.1",
"@nuxt/devalue": "^2.0.2",
"@sfgrp/distinguish": "^0.4.0",
"@sfgrp/pinpoint": "^0.0.9",
"@sfgrp/pinpoint": "^0.0.10",
"@unhead/ssr": "^1.11.15",
"axios": "^1.7.9",
"glob": "^11.0.0",
Expand Down
3 changes: 1 addition & 2 deletions src/modules/keys/views/keyId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@

<script setup>
import { useRoute } from 'vue-router'
import { ref, useTemplateRef, onMounted } from 'vue'
import { ref } from 'vue'
import { VuePinpoint } from '@sfgrp/pinpoint'
import '@sfgrp/pinpoint/dist/pinpoint.css'
import MetadataModal from '../components/MetadataModal.vue'
const pinpointRef = useTemplateRef('pinpoint')
const route = useRoute()
const options = ref({
Expand Down

0 comments on commit 7001259

Please sign in to comment.