refactor: update component names to use kebab-case for consistency
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<PageIndex
|
||||
<page-index
|
||||
:is-news-dialog-open="isNewsDialogOpen"
|
||||
:news-items="newsItems"
|
||||
:quick-items="quickItems"
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<PageLogin
|
||||
<page-login
|
||||
:announcement-board="announcementBoard"
|
||||
:branding="branding"
|
||||
:form="form"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ErrorShell
|
||||
<error-shell
|
||||
:code="403"
|
||||
color="warning"
|
||||
description="你沒有權限存取此頁面或操作。"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ErrorShell
|
||||
<error-shell
|
||||
code="MAINTENANCE"
|
||||
color="info"
|
||||
description="目前系統正在維護,請稍後再試。"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ErrorShell
|
||||
<error-shell
|
||||
code="NETWORK"
|
||||
color="warning"
|
||||
description="無法連線到伺服器,請檢查網路或稍後再試。"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ErrorShell
|
||||
<error-shell
|
||||
:code="404"
|
||||
color="info"
|
||||
description="你輸入的網址不存在,或頁面已被移除。"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ErrorShell
|
||||
<error-shell
|
||||
:code="500"
|
||||
color="error"
|
||||
description="伺服器發生非預期錯誤,請稍後再試。"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ErrorShell
|
||||
<error-shell
|
||||
:code="503"
|
||||
color="warning"
|
||||
description="服務目前無法使用,請稍後再試。"
|
||||
|
||||
Reference in New Issue
Block a user