feat: add edit page

This commit is contained in:
yanghao05
2025-04-01 19:52:35 +08:00
parent 6aa61a7497
commit 4918bcee16
5 changed files with 1130 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ const navItems = ref([
{
label: 'Articles',
icon: 'pi pi-file',
command: () => router.push('/articles')
command: () => router.push('/posts')
},
{
label: 'Settings',