style(web): lint --fix sweep + disable no-undef for ts/vue (DOM globals)

This commit is contained in:
2026-05-01 10:53:02 +08:00
parent ba39fac142
commit 81718e53f9
9 changed files with 362 additions and 81 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
<template>
<AppShell>
<div class="space-y-4">
<h2 class="text-xl font-semibold">欢迎{{ auth.user?.display_name }}</h2>
<h2 class="text-xl font-semibold">
欢迎{{ auth.user?.display_name }}
</h2>
<p>这是占位 dashboard后续 plan 会接入项目/工作区/Issue</p>
</div>
</AppShell>