ваше сообщение коммита

This commit is contained in:
2025-07-16 17:25:58 +03:00
parent d952e89a26
commit 32acc60360
27 changed files with 539 additions and 138 deletions

View File

@@ -204,7 +204,7 @@ function goToContactsList() {
}
function goToContent() {
router.push({ name: 'content-page' });
router.push({ name: 'content-list' });
}
</script>