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