Files
DiceCloud/app/imports/ui/library/LibraryContentsContainer.vue
2019-05-31 15:36:19 +02:00

12 lines
180 B
Vue

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