You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after checking in basic usage, this code works as expected: <USelect v-model="maref" :items="permissions" label-key="name" value-key="id" multiple @update:model-value="(e) => test(e)"></USelect>
but when I use it in a table, it doesn't work anymore
Environment
Operating System: Linux
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.10
Reproduction
Description
testFunctionArray
is never called if multiple prop is set to trueAdditional context
No response
Logs
The text was updated successfully, but these errors were encountered: