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:
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
Test route
|
||||
<router-link to="/">Go to wizard</router-link>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user