Started on library page UI

This commit is contained in:
Stefan Zermatten
2019-05-31 15:36:19 +02:00
parent 9a194a20cb
commit 48fe0d3608
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<template lang="html">
<tree-node-list :children="libraryChildren" :group="library._id"s/>
</template>
<script>
export default {
}
</script>
<style lang="css" scoped>
</style>