refactor: update component names to use kebab-case for consistency

This commit is contained in:
skytek_xinliang
2026-03-30 10:30:58 +08:00
parent 742d5cafcd
commit 00a7150757
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<PageIndex
<page-index
:is-news-dialog-open="isNewsDialogOpen"
:news-items="newsItems"
:quick-items="quickItems"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<PageLogin
<page-login
:announcement-board="announcementBoard"
:branding="branding"
:form="form"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<ErrorShell
<error-shell
:code="403"
color="warning"
description="你沒有權限存取此頁面或操作。"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<ErrorShell
<error-shell
code="MAINTENANCE"
color="info"
description="目前系統正在維護,請稍後再試。"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<ErrorShell
<error-shell
code="NETWORK"
color="warning"
description="無法連線到伺服器,請檢查網路或稍後再試。"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<ErrorShell
<error-shell
:code="404"
color="info"
description="你輸入的網址不存在,或頁面已被移除。"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<ErrorShell
<error-shell
:code="500"
color="error"
description="伺服器發生非預期錯誤,請稍後再試。"
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<ErrorShell
<error-shell
:code="503"
color="warning"
description="服務目前無法使用,請稍後再試。"