import-generic view and route added
This commit is contained in:
18
ui/src/router/views/import-generic.vue
Normal file
18
ui/src/router/views/import-generic.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script>
|
||||
import Layout from '@layouts/main.vue'
|
||||
|
||||
export default {
|
||||
page: {
|
||||
title: 'Import Generic',
|
||||
meta: [{ name: 'description', content: 'The Import Generic page.' }],
|
||||
},
|
||||
components: { Layout }
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Layout>
|
||||
Import Generic
|
||||
</Layout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user