From 644b05c30ad2c4357b57b67cc2272cd1c0cd44dc Mon Sep 17 00:00:00 2001 From: r-dev Date: Sat, 4 Apr 2026 17:16:58 +0200 Subject: [PATCH] fix(ui) : add lang=ts to script tags using TypeScript syntax ComponentItem, PieceItem, and machine/[id] used 'as string' type assertions but were missing lang="ts" on their script tags. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/app/components/ComponentItem.vue | 2 +- frontend/app/components/PieceItem.vue | 2 +- frontend/app/pages/machine/[id].vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/ComponentItem.vue b/frontend/app/components/ComponentItem.vue index 60bf917..9fbba4b 100644 --- a/frontend/app/components/ComponentItem.vue +++ b/frontend/app/components/ComponentItem.vue @@ -329,7 +329,7 @@ -