move to opal dir, still trying

This commit is contained in:
2023-02-08 12:50:18 +02:00
parent 53b549e921
commit 6d48e0cdd4
13 changed files with 12 additions and 26 deletions

View File

@ -1,3 +1,4 @@
require 'opal'
require "opal-rails"
require "opal-browser"
@ -11,3 +12,6 @@ module VueR
end
end
Opal.append_path File.expand_path('../../../opal', __FILE__)
Opal.use_gem 'opal-browser'