Shawn Kearney

Joined

16,510 Experience
165 Lessons Completed
0 Questions Solved

Activity

Posted in Rails & Vue.js Trello Clone - Part 1 Discussion

I ran into the same problem. I noticed I didn't have
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
in my _head.html.erb file. Once I included that line, I got the Hello Vue! to render.