Notification: Set a new Friendship and Accepted Friendship
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user