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
9fb94ecc
Commit
9fb94ecc
authored
Sep 13, 2018
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: eslint rules
parent
71049876
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
package.json
package.json
+1
-0
LayoutMain.vue
src/components/layout/LayoutMain.vue
+2
-4
StepForm.vue
src/views/form/stepForm/StepForm.vue
+3
-3
No files found.
package.json
View file @
9fb94ecc
...
...
@@ -55,6 +55,7 @@
}
}],
"vue/attribute-hyphenation"
:
0
,
"vue/html-self-closing"
:
0
,
"no-console"
:
0
}
},
...
...
src/components/layout/LayoutMain.vue
View file @
9fb94ecc
...
...
@@ -11,13 +11,11 @@
<a-layout>
<!-- layout header -->
<layout-header
:collapsed=
"collapsed"
@
toggle=
"toggle"
>
</layout-header>
<layout-header
:collapsed=
"collapsed"
@
toggle=
"toggle"
/>
<!-- layout content -->
<a-layout-content
:style=
"
{ margin: '24px 24px 0', height: '100%' }">
<!-- content -->
<slot
></slot
>
<slot
/
>
</a-layout-content>
<a-layout-footer
style=
"padding: 0px"
>
...
...
src/views/form/stepForm/StepForm.vue
View file @
9fb94ecc
...
...
@@ -6,9 +6,9 @@
<a-step
title=
"完成"
/>
</a-steps>
<div
class=
"content"
>
<step1
v-if=
"currentTab === 0"
@
nextStep=
"nextStep"
></step1
>
<step2
v-if=
"currentTab === 1"
@
nextStep=
"nextStep"
@
prevStep=
"prevStep"
></step2
>
<step3
v-if=
"currentTab === 2"
@
prevStep=
"prevStep"
@
finish=
"finish"
></step3
>
<step1
v-if=
"currentTab === 0"
@
nextStep=
"nextStep"
/
>
<step2
v-if=
"currentTab === 1"
@
nextStep=
"nextStep"
@
prevStep=
"prevStep"
/
>
<step3
v-if=
"currentTab === 2"
@
prevStep=
"prevStep"
@
finish=
"finish"
/
>
</div>
</a-card>
</
template
>
...
...
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