ui_migration lint(fix): changes fixed with lint ecmaversion & es2021
This commit is contained in:
parent
0741e3cf7e
commit
ce19ea3fc0
52 changed files with 242 additions and 193 deletions
|
|
@ -7,7 +7,7 @@
|
|||
id="thumbnail-stitched-image"
|
||||
class="thumbnail-fit"
|
||||
:src="thumbnailPath"
|
||||
onerror="this.src='/titleiconpink.svg';"
|
||||
onerror="this.src = '/titleiconpink.svg'"
|
||||
@click="requestViewer"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -87,9 +87,9 @@ import EndpointButton from "../../labThingsComponents/endpointButton.vue";
|
|||
// Export main app
|
||||
export default {
|
||||
name: "ScanCard",
|
||||
components: {
|
||||
components: {
|
||||
actionButton,
|
||||
EndpointButton
|
||||
EndpointButton,
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
@ -107,6 +107,8 @@ export default {
|
|||
},
|
||||
},
|
||||
|
||||
emits: ["viewer-requested", "update-requested"],
|
||||
|
||||
computed: {
|
||||
downloadStitchFile() {
|
||||
return `${this.$store.getters.baseUri}/smart_scan/get_stitch/${this.scanData.name}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue