Skip to content

Commit

Permalink
fix(template-compiler): add complex template expression binding suppo…
Browse files Browse the repository at this point in the history
…rt for computed properties (#4065)
  • Loading branch information
ekashida authored Mar 15, 2024
1 parent 7f4ded4 commit 7d01a38
Show file tree
Hide file tree
Showing 6 changed files with 649 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template>
<section onclick={bar.arr[baz]}>{bar.arr[baz]} {bar.baz.arr[quux]} {bar.arr[baz.quux]}</section>
</template>
Loading

0 comments on commit 7d01a38

Please sign in to comment.