fixed, opal helper was not loaded, why is wip
This commit is contained in:
@ -6,9 +6,6 @@
|
||||
%a.underline{ e_click: "bg_change" , r_class: 'back'}
|
||||
{{ back }}
|
||||
:opal
|
||||
puts "HI"
|
||||
|
||||
:plain
|
||||
class Clicker < VueR::Application
|
||||
def bg_change
|
||||
self.state = !self.state
|
||||
|
@ -7,8 +7,7 @@
|
||||
<%= csp_meta_tag %>
|
||||
|
||||
<%= stylesheet_link_tag "application" %>
|
||||
<%= javascript_include_tag "vue_r" %>
|
||||
<%= javascript_include_tag "application" %>
|
||||
<%= javascript_include_tag "dummy" %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user