[Vuejs]-How to use @ViewBag into a Vue instance?

0๐Ÿ‘

โœ…

I resolved, if it can be helpful I had to code this in the Vue instance that I created:

allUsers: JSON.parse('@Html.Raw(Json.Serialize(ViewBag.allUSers))')

Leave a comment