aboutsummaryrefslogtreecommitdiffstats
path: root/settings/src/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/src/router.js')
-rw-r--r--settings/src/router.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/settings/src/router.js b/settings/src/router.js
index ffbefda1016..cc6f48e681b 100644
--- a/settings/src/router.js
+++ b/settings/src/router.js
@@ -14,10 +14,10 @@ Vue.use(Router);
*/
export default new Router({
- mode: 'history',
- base: window.location.pathName,
- routes: [{
- path: '/settings/users',
- component: Users
- }]
+ mode: 'history',
+ base: window.location.pathName,
+ routes: [{
+ path: '/settings/users',
+ component: Users
+ }]
}); \ No newline at end of file