Update axios, less, material-symbols, and uikit; fix to osd scan viewer
This commit is contained in:
parent
1601bdd123
commit
65db119791
3 changed files with 176 additions and 157 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue