Enable multi-word Vue component names with explicit naming

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 13:01:16 +08:00
parent d03041c2e3
commit ae03b9cedd
20 changed files with 24 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
</template>
<script setup>
defineOptions({ name: "StatusBadgeComponent" });
// The Lucia project.
// Copyright 2024-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -14,6 +14,7 @@
</template>
<script setup>
defineOptions({ name: "ActionButtonComponent" });
// The Lucia project.
// Copyright 2024-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -307,6 +307,7 @@
</section>
</template>
<script setup>
defineOptions({ name: "AttributesFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -73,6 +73,7 @@
</template>
<script setup>
defineOptions({ name: "FunnelFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -63,6 +63,7 @@
</div>
</template>
<script setup>
defineOptions({ name: "TimeframesFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -121,6 +121,7 @@
</template>
<script setup>
defineOptions({ name: "TraceFilterComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -36,6 +36,7 @@
</template>
<script setup>
defineOptions({ name: "AppHeaderComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -9,3 +9,7 @@
<span class="loader block"></span>
</div>
</template>
<script setup>
defineOptions({ name: "LoadingOverlayComponent" });
</script>

View File

@@ -79,6 +79,7 @@
</nav>
</template>
<script setup>
defineOptions({ name: "AppNavbarComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -24,6 +24,7 @@
</template>
<script setup>
defineOptions({ name: "ActivitySearchComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors:

View File

@@ -50,6 +50,7 @@
</template>
<script setup>
defineOptions({ name: "DurationInputComponent" });
// The Lucia project.
// Copyright 2023-2026 DSP, inc. All rights reserved.
// Authors: