mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-05-17 06:09:37 +03:00
12 lines
174 B
Vue
12 lines
174 B
Vue
<template>
|
|
<div>
|
|
Test route
|
|
<router-link to="/">Go to wizard</router-link>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {}
|
|
</script>
|
|
<style>
|
|
</style>
|