Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
464f55cf
Unverified
Commit
464f55cf
authored
Apr 11, 2022
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: admin general to vue3 comp api
parent
358ad1fd
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
AdminGeneral.vue
ux/src/pages/AdminGeneral.vue
+0
-0
routes.js
ux/src/router/routes.js
+1
-1
No files found.
ux/src/pages/AdminGeneral.vue
View file @
464f55cf
This diff is collapsed.
Click to expand it.
ux/src/router/routes.js
View file @
464f55cf
...
...
@@ -31,7 +31,7 @@ const routes = [
{
path
:
'dashboard'
,
component
:
()
=>
import
(
'../pages/AdminDashboard.vue'
)
},
{
path
:
'sites'
,
component
:
()
=>
import
(
'../pages/AdminSites.vue'
)
},
// // -> Site
//
{ path: ':siteid/general', component: () => import('../pages/AdminGeneral.vue') },
{
path
:
':siteid/general'
,
component
:
()
=>
import
(
'../pages/AdminGeneral.vue'
)
},
{
path
:
':siteid/editors'
,
component
:
()
=>
import
(
'../pages/AdminEditors.vue'
)
},
// { path: ':siteid/locale', component: () => import('../pages/AdminLocale.vue') },
// { path: ':siteid/login', component: () => import('../pages/AdminLogin.vue') },
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment