12 lines
180 B
Vue
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>
|