Skip to content

Commit fe7a030

Browse files
fix: perf test syntax
1 parent bad423f commit fe7a030

File tree

1 file changed

+2
-2
lines changed
  • packages/@lwc/perf-benchmarks-components/src/benchmark/expression

1 file changed

+2
-2
lines changed

packages/@lwc/perf-benchmarks-components/src/benchmark/expression/expression.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
66
-->
77
<template>
8-
<div data-foo={expr1()}></div>
9-
<p class={expr2.expr21.expr22}></p>
8+
<div data-foo="{expr1()}"></div>
9+
<p class="{expr2.expr21.expr22}"></p>
1010
<p>{expr3[0]['expr3' + '3']}</p>
1111
</template>

0 commit comments

Comments
 (0)