feat: move /first_install to vue component (#3485)

This commit is contained in:
dni ⚡
2025-11-10 11:17:29 +01:00
committed by GitHub
parent 8755984bd8
commit f8c58aef0e
13 changed files with 205 additions and 166 deletions
+5
View File
@@ -188,6 +188,11 @@ const routes = [
path: '/extensions',
name: 'Extensions',
component: PageExtensions
},
{
path: '/first_install',
name: 'FirstInstall',
component: PageFirstInstall
}
]