collection toolbar
This commit is contained in:
parent
6166708b77
commit
faaef828cf
2 changed files with 75 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
<script setup>
|
||||
|
||||
import CollectionToolbar from '@/views/CollectionView/CollectionToolbar.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
Collection View
|
||||
<CollectionToolbar />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue