Finish Volumesview.vue
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<Notification />
|
||||
<SupportView v-if="view === VIEWS.SUPPORT" />
|
||||
<VolumesView v-if="view === VIEWS.VOLUMES" />
|
||||
</div>
|
||||
@@ -7,6 +8,8 @@
|
||||
|
||||
<script>
|
||||
|
||||
import { Notification } from 'pankow';
|
||||
|
||||
import SupportView from './SupportView.vue';
|
||||
import VolumesView from './VolumesView.vue';
|
||||
|
||||
@@ -18,6 +21,7 @@ const VIEWS = {
|
||||
export default {
|
||||
name: 'Index',
|
||||
components: {
|
||||
Notification,
|
||||
SupportView,
|
||||
VolumesView,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user