mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:59:31 +08:00
migrate route
This commit is contained in:
parent
64ad865a62
commit
381f3b952b
48 changed files with 4 additions and 4 deletions
|
@ -125,4 +125,4 @@
|
|||
<Comment {post} config={postConfig.comment} />
|
||||
{/if}
|
||||
{/if}
|
||||
</svelte:element>
|
||||
</svelte:element>
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -29,4 +29,4 @@
|
|||
bind:width
|
||||
bind:height>
|
||||
<FriendComponent {item} />
|
||||
</Masonry>
|
||||
</Masonry>
|
||||
|
|
Loading…
Reference in a new issue