mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
added SSR option back in
This commit is contained in:
parent
18e8c9bfc3
commit
c5bfdbac4d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ defmodule LiveSvelte.Macros do
|
|||
<LiveSvelte.svelte
|
||||
name={Map.get(var!(assigns), :__component_name)}
|
||||
class={Map.get(var!(assigns), :class)}
|
||||
ssr={false}
|
||||
ssr={LiveSvelte.get_ssr(var!(assigns)) |> IO.inspect(label: "ssr")}
|
||||
props={Map.get(var!(assigns), :props, %{})}
|
||||
/>
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue