Update axios, less, material-symbols, and uikit; fix to osd scan viewer

This commit is contained in:
Julian Stirling 2025-11-02 20:10:37 +00:00
parent 1601bdd123
commit 65db119791
3 changed files with 176 additions and 157 deletions

View file

@ -1,6 +1,6 @@
<template>
<div v-observe-visibility="visibilityChanged">
<div id="openseadragon"></div>
<div id="openseadragon" ref="osdContainer"></div>
</div>
</template>
@ -76,8 +76,9 @@ export default {
if (this.osdViewer) {
this.osdViewer.destroy();
}
await this.$nextTick();
this.osdViewer = OpenSeaDragon({
id: "openseadragon",
element: this.$refs.osdContainer,
crossOriginPolicy: "Anonymous",
tileSources: this.src,
showNavigationControl: false,