mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 14:33:59 +02:00
enhance(frontend): typed nirax (#16309)
* enhance(frontend): typed nirax * migrate router.replace * fix
This commit is contained in:
@@ -42,7 +42,11 @@ watch(() => props.listId, async () => {
|
||||
}, { immediate: true });
|
||||
|
||||
function settings() {
|
||||
router.push(`/my/lists/${props.listId}`);
|
||||
router.push('/my/lists/:listId', {
|
||||
params: {
|
||||
listId: props.listId,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
const headerActions = computed(() => list.value ? [{
|
||||
|
||||
Reference in New Issue
Block a user