[FIX] examples: update benchmarks code to new structure

This commit is contained in:
Géry Debongnie
2019-04-16 17:25:43 +02:00
parent c67ab3d712
commit e19540fb04
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export class Counter extends owl.core.Component {
export class Counter extends owl.Component {
inlineTemplate = `
<div>
<button t-on-click="increment(-1)">-</button>