Activity
Hey Collin,
Great episode. Any thoughts on creating an episode on subscriptions with the Pay gem?
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.