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