Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn-naoya-takahashi authored Mar 21, 2024
1 parent 3824ac9 commit 57f5574
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gristTest2.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
this.box = record.Box;
this.title = record.Title;
});">
<img :src="image" alt="">
<div id="line">{{ line }}</div>
<div id="box">{{ box }}</div>
<div id="title">{{ title }}</div>
<img src="image" alt="">
<div x-text="line"></div>
<div x-text="box"></div>
<div x-text="title"></div>
</div>
</body>
</html>

0 comments on commit 57f5574

Please sign in to comment.