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

@@ -22,6 +22,7 @@
import { useConformanceStore as useConformanceStoreInGuard } from "@/stores/conformance";
export default {
name: "DiscoverConformancePage",
async beforeRouteEnter(to, from, next) {
const isCheckPage = to.name.includes("Check");
if (isCheckPage) {

View File

@@ -123,6 +123,7 @@
import { useConformanceStore } from "@/stores/conformance";
export default {
name: "DiscoverMapPage",
async beforeRouteEnter(to, from, next) {
const isCheckPage = to.name.includes("Check");

View File

@@ -249,6 +249,7 @@
import { useConformanceStore } from "@/stores/conformance";
export default {
name: "DiscoverPerformancePage",
async beforeRouteEnter(to, from, next) {
const isCheckPage = to.name.includes("Check");