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