Lista Friends
This commit is contained in:
@@ -80,8 +80,8 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
watch(() => idparam, (newval, oldval) => {
|
||||
tab.value = idparam.value
|
||||
watch(() => idparam.value, (newval, oldval) => {
|
||||
tab.value = newval
|
||||
})
|
||||
|
||||
async function createNewsletter(minuti: number, loading: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user