still trying to get the code working inside an engine (was fine in app)
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
<%= csp_meta_tag %>
|
||||
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= javascript_include_tag "vue_r.js" %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -1,6 +1,7 @@
|
||||
require_relative "boot"
|
||||
|
||||
require "rails/all"
|
||||
require "vue_r/engine"
|
||||
|
||||
# Require the gems listed in Gemfile, including any gems
|
||||
# you've limited to :test, :development, or :production.
|
||||
|
Reference in New Issue
Block a user