Skip to content

Commit

Permalink
ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilvan committed Dec 19, 2017
1 parent cc6403f commit 060e221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/form/AppWizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</template>

<script type="text/javascript">
import appWizard from './AppForm'
import appForm from './AppForm'
export default {
name: 'app-wizard',
extends: appWizard,
extends: appForm,
created () {
this.currentStep = this.step
if (!this.currentStep) {
Expand Down

0 comments on commit 060e221

Please # to comment.