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
It binds successfully to my listbox but I need to do a diff for availablePermissions, when I try to do the diff the getAllPermissions is still wrapped in a vue proxy and it won't work. I followed your example to create getAllPermissions() axois call.
In the past when I needed to get an array that was wrapped in the vue proxy I would just use toRaw but that is not working.
I am trying to add a permission gui to add permissions to roles.
In the roles/Edit.vue I have added a little listbox control and am loading like so
It binds successfully to my listbox but I need to do a diff for availablePermissions, when I try to do the diff the getAllPermissions is still wrapped in a vue proxy and it won't work. I followed your example to create getAllPermissions() axois call.
This is what the proxy looks like
I have tried adding the .value to permissions and it returns an empty array even though the proxy array is not empty
Here is what my control looks like
The text was updated successfully, but these errors were encountered: