Started on library page UI
This commit is contained in:
11
app/imports/ui/library/LibraryContentsContainer.vue
Normal file
11
app/imports/ui/library/LibraryContentsContainer.vue
Normal 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>
|
||||
Reference in New Issue
Block a user