watched attributes (and text)

This commit is contained in:
Torsten
2023-02-07 18:34:19 +02:00
parent 6aa874fe64
commit e93e4b0e38
3 changed files with 26 additions and 17 deletions

View File

@ -1,11 +1,10 @@
#app
.flex.justify-center
= @image.attributes
= #@image.attributes
.flex.justify-center
%a.underline{ e_click: "hi"}
%a.underline{ e_click: "hi" , r_class: 'bg'}
{{ bg }}
%div{ r_class: 21 }
:opal
class Clicker < VueR::Application