Key links by URL as the svelte-spa-router link svelte action does not update correctly
This commit is contained in:
parent
3212d2f447
commit
7886b383f5
|
@ -79,6 +79,7 @@
|
|||
{componentText}
|
||||
</a>
|
||||
{:else}
|
||||
{#key url}
|
||||
<a
|
||||
use:linkable
|
||||
href={url || "/"}
|
||||
|
@ -91,6 +92,7 @@
|
|||
>
|
||||
{componentText}
|
||||
</a>
|
||||
{/key}
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
|
|
Loading…
Reference in New Issue