diff --git a/src/components/show_category.vue b/src/components/show_category.vue
index 0c82001..6dd51dd 100644
--- a/src/components/show_category.vue
+++ b/src/components/show_category.vue
@@ -12,6 +12,9 @@
axios.get(import.meta.env.VITE_PRACTICE_TRACKER_API_URL+'show-category/'+event.target.value).then((response)=>{
this.categorySessions = response.data;
})
+ },
+ copy(event){
+ navigator.clipboard.writeText(event.target.innerHTML);
}
},
mounted() {
@@ -36,21 +39,21 @@
+ id
- description
- seconds
- comments
- created at
- category id
- category
- instrument
- description
+ seconds
+ comments
+ created at
+ category id
+ category
+ instrument
+