add menu
This commit is contained in:
parent
527e020e2e
commit
7b13fc45a1
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<Menu />
|
||||||
<b-container class="browser">
|
<b-container class="browser">
|
||||||
<div v-if="folderTree.tree" class="browser">
|
<div v-if="folderTree.tree" class="browser">
|
||||||
<div>
|
<div>
|
||||||
@ -69,11 +70,14 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapState } from 'vuex'
|
import { mapState } from 'vuex'
|
||||||
|
import Menu from '@/components/Menu.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Media',
|
name: 'Media',
|
||||||
|
|
||||||
components: {},
|
components: {
|
||||||
|
Menu
|
||||||
|
},
|
||||||
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user