Enable multi-word Vue component names with explicit naming
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "StatusBadgeComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2024-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "ActionButtonComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2024-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -307,6 +307,7 @@
|
||||
</section>
|
||||
</template>
|
||||
<script setup>
|
||||
defineOptions({ name: "AttributesFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "FunnelFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
defineOptions({ name: "TimeframesFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -121,6 +121,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "TraceFilterComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "AppHeaderComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -9,3 +9,7 @@
|
||||
<span class="loader block"></span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "LoadingOverlayComponent" });
|
||||
</script>
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
</nav>
|
||||
</template>
|
||||
<script setup>
|
||||
defineOptions({ name: "AppNavbarComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "ActivitySearchComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineOptions({ name: "DurationInputComponent" });
|
||||
// The Lucia project.
|
||||
// Copyright 2023-2026 DSP, inc. All rights reserved.
|
||||
// Authors:
|
||||
|
||||
Reference in New Issue
Block a user