volunteers/app/views/kanta/show.html.haml

16 lines
261 B
Plaintext
Raw Normal View History

#app
.flex.justify-center
2023-02-05 16:18:18 +02:00
= @image.attributes
.flex.justify-center
%a.underline{ e_click: "hi"}
{{ bg }}
%div{ r_class: 21 }
2023-02-05 16:18:18 +02:00
:opal
class Clicker < VueR::Application
2023-02-05 17:47:51 +02:00
2023-02-05 16:18:18 +02:00
end
2023-02-06 19:34:06 +02:00
kanta = Clicker.new(bg: 'bg-cyan-200')
2023-02-05 17:47:51 +02:00
kanta.mount("#app")