fix: search MFM not working
This commit is contained in:
parent
6e8aa76f2d
commit
eb7c9cb895
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const props = defineProps<{
|
||||||
const query = ref(props.q);
|
const query = ref(props.q);
|
||||||
|
|
||||||
const search = () => {
|
const search = () => {
|
||||||
router.push(`/search/${query.value}`);
|
router.push(`/search?q=${query.value}`);
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue