2023-02-07 17:07:18 +02:00
|
|
|
#app
|
|
|
|
.flex.justify-center
|
2023-02-05 16:18:18 +02:00
|
|
|
= @image.attributes
|
|
|
|
|
2023-02-07 17:07:18 +02:00
|
|
|
.flex.justify-center
|
2023-02-07 13:28:22 +02:00
|
|
|
%a.underline{ e_click: "hi"}
|
2023-02-07 17:07:18 +02:00
|
|
|
{{ bg }}
|
2023-02-07 13:28:22 +02:00
|
|
|
%div{ r_class: 21 }
|
2023-02-05 16:18:18 +02:00
|
|
|
:opal
|
2023-02-06 20:20:58 +02:00
|
|
|
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")
|