We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e59fd6 commit 49a7800Copy full SHA for 49a7800
1 file changed
sample/index.html
@@ -48,7 +48,7 @@ <h1>DCE Demo</h1>
48
<h1>Hello World</h1>
49
<div>[[this.ctx]]</div>
50
<template repeat:myitem="[[this.list]]">
51
- <button @click="{{this.ctx = myitem}}"
+ <button @click="[[this.ctx = myitem]]"
52
$aaaonclick="[['this.getRootNode().host.ctx = \'' + myitem + '\'']]">[[myitem]] - [[index]]</button>
53
</template>
54
0 commit comments