Activity
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.
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.