Skip to content

Commit 74e5a6a

Browse files
authored
Merge pull request #7032 from nextcloud-libraries/fix/stable8/nc-select-users
2 parents 4f0eec4 + fd50f51 commit 74e5a6a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/NcSelectUsers/NcSelectUsers.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,16 @@ function localFilterBy(option, label, search) {
361361
}
362362
</script>
363363
364+
<script>
365+
/** For backward compatibility with Vue 2 */
366+
export default {
367+
model: {
368+
prop: 'modelValue',
369+
event: 'update:modelValue',
370+
},
371+
}
372+
</script>
373+
364374
<template>
365375
<NcSelect class="nc-select-users"
366376
v-bind="$props"

0 commit comments

Comments
 (0)