Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
cfc3bbcd
Unverified
Commit
cfc3bbcd
authored
Mar 25, 2019
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reactor: v2: ExceptionPage move to components/
parent
c5cdf68a
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
3 deletions
+7
-3
ExceptionPage.vue
src/components/Exception/ExceptionPage.vue
+0
-0
index.js
src/components/Exception/index.js
+2
-0
type.js
src/components/Exception/type.js
+0
-0
index.js
src/components/index.js
+2
-0
403.vue
src/views/exception/403.vue
+1
-1
404.vue
src/views/exception/404.vue
+1
-1
500.vue
src/views/exception/500.vue
+1
-1
No files found.
src/
views/e
xception/ExceptionPage.vue
→
src/
components/E
xception/ExceptionPage.vue
View file @
cfc3bbcd
src/components/Exception/index.js
0 → 100644
View file @
cfc3bbcd
import
ExceptionPage
from
'./ExceptionPage.vue'
export
default
ExceptionPage
src/
views/e
xception/type.js
→
src/
components/E
xception/type.js
View file @
cfc3bbcd
File moved
src/components/index.js
View file @
cfc3bbcd
...
...
@@ -22,6 +22,7 @@ import STable from '@/components/Table'
import
MultiTab
from
'@/components/MultiTab'
import
Result
from
'@/components/Result'
import
IconSelector
from
'@/components/IconSelector'
import
ExceptionPage
from
'@/components/Exception'
export
{
AvatarList
,
...
...
@@ -46,5 +47,6 @@ export {
STable
,
MultiTab
,
Result
,
ExceptionPage
,
IconSelector
}
src/views/exception/403.vue
View file @
cfc3bbcd
...
...
@@ -3,7 +3,7 @@
</
template
>
<
script
>
import
ExceptionPage
from
'./ExceptionPage
'
import
{
ExceptionPage
}
from
'@/components
'
export
default
{
components
:
{
...
...
src/views/exception/404.vue
View file @
cfc3bbcd
...
...
@@ -3,7 +3,7 @@
</
template
>
<
script
>
import
ExceptionPage
from
'./ExceptionPage
'
import
{
ExceptionPage
}
from
'@/components
'
export
default
{
components
:
{
...
...
src/views/exception/500.vue
View file @
cfc3bbcd
...
...
@@ -3,7 +3,7 @@
</
template
>
<
script
>
import
ExceptionPage
from
'./ExceptionPage
'
import
{
ExceptionPage
}
from
'@/components
'
export
default
{
components
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment