I\'m trying to populate a Vue with data from the JsonResult of an AJAX query. My Vue receives the data just fine when I encode it from my View Model, but not when I
JsonResult
You can make the ajax call inside of the mounted function (“ready” in Vuejs 1.x).
Item Year {{item.DisplayName}} {{item.Year}}