enhanced ui

This commit is contained in:
Saifeddine ALOUI
2023-10-20 23:42:08 +02:00
parent bfc7995859
commit c20fdf7af6
11 changed files with 395 additions and 78 deletions

View File

@ -285,8 +285,6 @@ export default {
async mounted() {
nextTick(() => {
feather.replace()
})
},
methods: {
@ -331,6 +329,10 @@ export default {
},
toggleSelected(force=false) {
this.onSelected(this,force)
nextTick(() => {
feather.replace()
})
},
toggleCopy() {