Skip to content

Commit

Permalink
Add vue.js integration demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Dec 18, 2018
1 parent 53dad39 commit 2248550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void main(String[] args) {
theBuilder.addEventListener("clicked", new VueEventListener<MyVueInstance, ClickEvent>() {
@Override
public void handle(MyVueInstance instance, ClickEvent event) {
instance.welcomemessage("hello workd, you have clicked. Timestamp is " + System.currentTimeMillis());
instance.welcomemessage("hello world, you have clicked. Timestamp is " + System.currentTimeMillis());
}
});
MyVueInstance instance = theBuilder.build();
Expand Down

0 comments on commit 2248550

Please sign in to comment.