ui_migration lint(fix): changes fixed with lint ecmaversion & es2021

This commit is contained in:
Antonio Anaya 2026-02-15 01:03:29 -06:00
parent 0741e3cf7e
commit ce19ea3fc0
52 changed files with 242 additions and 193 deletions

View file

@ -1,8 +1,5 @@
<template>
<div
ref="galleryDisplay"
class="galleryDisplay uk-padding uk-padding-remove-top"
>
<div ref="galleryDisplay" class="galleryDisplay uk-padding uk-padding-remove-top">
<!-- Gallery nav bar -->
<nav class="gallery-navbar uk-navbar-container uk-navbar-transparent" uk-navbar="mode: click">
<!-- Right side buttons -->
@ -107,12 +104,14 @@ import { useIntersectionObserver } from "@vueuse/core";
// Export main app
export default {
name: "ScanListContent",
components: {
components: {
actionButton,
scanCard,
ScanViewerModal
ScanViewerModal,
},
emits: ["scrollTop"],
data: function () {
return {
scans: [],