fix(fe playlist): fixed table actions

This commit is contained in:
Marco Cavalli 2025-03-13 10:52:31 +01:00
parent cc61e69dfe
commit 207450ef0a
4 changed files with 55 additions and 29 deletions

View file

@ -42,17 +42,6 @@ const selectedValues = computed({
}
})
// const selected = ref([])
// const search = ref('')
//
// watch(search, (newValue, oldValue) => {
// $emit('updateSearch', newValue)
// })
//
// watch(selected, (newValue, oldValue) => {
// $emit('updateSelected', newValue)
// })
const update = (page_info) => {
console.log(page_info)
emit('updateTable', page_info)