mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 09:50:39 +00:00
setup wizard init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'SetupWizard',
|
||||
mounted() {
|
||||
//this.$router.push({name: 'PurchaseCode'})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user