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} />
|
<Comment {post} config={postConfig.comment} />
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
</svelte:element>
|
</svelte:element>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
import '../app.css'
|
import '../app.css'
|
||||||
|
|
||||||
export let data: LayoutData
|
export let data: LayoutData
|
||||||
|
|
||||||
posts.set(data.res)
|
posts.set(data.res)
|
||||||
tags.set(genTags(data.res))
|
tags.set(genTags(data.res))
|
||||||
onMount(
|
onMount(
|
||||||
|
@ -37,4 +37,4 @@
|
||||||
out:fly={{ y: -100, duration: 300 }}>
|
out:fly={{ y: -100, duration: 300 }}>
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
{/key}
|
{/key}
|
||||||
|
|
|
@ -29,4 +29,4 @@
|
||||||
bind:width
|
bind:width
|
||||||
bind:height>
|
bind:height>
|
||||||
<FriendComponent {item} />
|
<FriendComponent {item} />
|
||||||
</Masonry>
|
</Masonry>
|
||||||
|
|
Loading…
Reference in a new issue