format tickets in Tickets.vue
This commit is contained in:
parent
6dad675d1e
commit
3a5f35fa5d
7 changed files with 79 additions and 8 deletions
|
@ -20,7 +20,7 @@ import {default as BoxesAdmin} from "@/views/admin/Boxes.vue"
|
|||
Vue.use(VueRouter);
|
||||
|
||||
const routes = [
|
||||
{path: '/', redirect: '/Camp23/items', meta: {requiresAuth: false}},
|
||||
{path: '/', redirect: '/37C3/items', meta: {requiresAuth: false}},
|
||||
{path: '/login/', name: 'login', component: Login, meta: {requiresAuth: false}},
|
||||
{path: '/register/', name: 'register', component: Register, meta: {requiresAuth: false}},
|
||||
{path: '/howto/', name: 'howto', component: HowTo, meta: {requiresAuth: true}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue