forked from mirrors/misskey
enhance(frontend): typed nirax (#16309)
* enhance(frontend): typed nirax * migrate router.replace * fix
This commit is contained in:
@@ -495,7 +495,7 @@ function done(query?: string): boolean | void {
|
||||
|
||||
function settings() {
|
||||
emit('esc');
|
||||
router.push('settings/emoji-palette');
|
||||
router.push('/settings/emoji-palette');
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user