Skip to content

Commit 2b3fe0e

Browse files
committed
attribute shorthand test
1 parent 7576d7d commit 2b3fe0e

File tree

1 file changed

+9
-0
lines changed
  • test/runtime/samples/attribute-dynamic-shorthand

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div {id}/>
2+
3+
<script>
4+
export default {
5+
data: () => ({
6+
id: 'foo'
7+
})
8+
};
9+
</script>

0 commit comments

Comments
 (0)