Notification: Set a new Friendship and Accepted Friendship

This commit is contained in:
Paolo Arena
2022-07-26 15:46:29 +02:00
parent e2006e683b
commit 43619ec719
15 changed files with 78 additions and 39 deletions

View File

@@ -176,7 +176,7 @@ export default defineComponent({
)
watch(() => props.arrvalue, (value: any, oldval: any) => {
console.log(' MODIF props.arrvalue', props.arrvalue)
// console.log(' MODIF props.arrvalue', props.arrvalue)
update()
},
)
@@ -268,7 +268,7 @@ export default defineComponent({
}
function update() {
console.log('update', props.value, props)
// console.log('update', props.value, props)
// console.log(' #### mounted myselect', props.options, 'arrvalue', myarrvalue.value)
let rec: any
if (optionsreal.value) {