I'm making a change of view using vue.js and ruby on rails, at the moment of making the change it only makes the jump of sight but it does not load the view this is the code so that they give an idea:
routes.rb:
get 'programas/:slug/videos/:slug' => "programs#index"
vista.vue:
<div v-for="video in videos_p">
<a v-bind:href="'/programas/' + video.program.slug + '/videos/' + video.slug"><img v-bind:src="video.image_url" alt=""></a>
<h3 class="post_title"> </h3>
<a href="#">{{video.name}}</a>
</div>
is the view as the flame:
and if you refresh your eyes if you recharge: