mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
13 lines
205 B
Vue
13 lines
205 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'SetupWizard',
|
|
mounted() {
|
|
//this.$router.push({name: 'PurchaseCode'})
|
|
}
|
|
}
|
|
</script>
|