ui_migration fix(deps): --preliminary-- Removing markRaw to static declared components. Improvement, SmartScan now works partially.

This commit is contained in:
Antonio Anaya 2026-02-12 23:14:53 -06:00
parent dfca0ff7e0
commit ee71a416b1
38 changed files with 71 additions and 72 deletions

View file

@ -108,9 +108,9 @@ import { eventBus } from "../../eventBus.js";
export default {
name: "ScanListContent",
components: {
actionButton: markRaw(actionButton),
scanCard: markRaw(scanCard),
ScanViewerModal: markRaw(ScanViewerModal)
actionButton,
scanCard,
ScanViewerModal
},
data: function () {