Simplifying media manager

parent 10f1f624
<template>
<div>
<media-list></media-list>
<router-view></router-view>
</div>
</template>
<script>
import UploadZone from './UploadZone.vue';
import MediaList from './MediaList.vue';
export default {
components: {
'upload-zone': UploadZone,
'media-list': MediaList,
},
export default {
data() {
return {}
},
methods: {},
mounted() {
}
mounted() {}
}
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment