2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-18 00:19:37 +03:00
Files
2017-08-06 22:21:55 +03:00

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>