2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-18 16:00:32 +03:00

Fix #28 Error to activate tab in destroyed hook

This commit is contained in:
cristijora
2017-08-06 22:21:55 +03:00
parent 9d7a019e3a
commit f369fde5ad
5 changed files with 140 additions and 80 deletions
+11
View File
@@ -0,0 +1,11 @@
<template>
<div>
Test route
<router-link to="/">Go to wizard</router-link>
</div>
</template>
<script>
export default {}
</script>
<style>
</style>