mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Run formatter
This commit is contained in:
parent
e2b21de21b
commit
f5c3896966
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ defmodule ExampleWeb.LiveJson do
|
|||
~H"""
|
||||
<div class="flex gap-10">
|
||||
<div>
|
||||
SSR:
|
||||
<.svelte name="LiveJson" live_json_props={%{big_data_set: @ljbig_data_set}} />
|
||||
SSR: <.svelte name="LiveJson" live_json_props={%{big_data_set: @ljbig_data_set}} />
|
||||
</div>
|
||||
<div>
|
||||
No SSR:
|
||||
|
|
|
|||
Loading…
Reference in a new issue