migrate route

This commit is contained in:
sevichecc 2022-09-07 23:29:18 +08:00
parent 64ad865a62
commit 381f3b952b
48 changed files with 4 additions and 4 deletions

View file

@ -125,4 +125,4 @@
<Comment {post} config={postConfig.comment} />
{/if}
{/if}
</svelte:element>
</svelte:element>

View file

@ -12,7 +12,7 @@
import '../app.css'
export let data: LayoutData
posts.set(data.res)
tags.set(genTags(data.res))
onMount(
@ -37,4 +37,4 @@
out:fly={{ y: -100, duration: 300 }}>
<slot />
</div>
{/key}
{/key}

View file

@ -29,4 +29,4 @@
bind:width
bind:height>
<FriendComponent {item} />
</Masonry>
</Masonry>