mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-14 01:17:31 +00:00
fix: url query reactivity in post list
This commit is contained in:
parent
03dfacc3df
commit
eed77ae4c4
@ -5,10 +5,10 @@
|
||||
import queryString from "query-string";
|
||||
import Tags from "svelte-tags-input";
|
||||
import { paginate } from "$lib/simple-pagination";
|
||||
import { goto } from "$app/navigation";
|
||||
import { beforeNavigate, goto } from "$app/navigation";
|
||||
import { page as currentPage } from '$app/stores';
|
||||
|
||||
const url = $currentPage.url;
|
||||
$: url = $currentPage.url;
|
||||
|
||||
let searchTerms = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user