added commands.vue

This commit is contained in:
Tobias Kurze
2019-05-03 15:51:54 +02:00
parent 7022ab738b
commit f4b9768729
3 changed files with 572 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ import User from '@/components/User.vue';
import Group from '@/components/Group.vue';
import Rooms from '@/components/Rooms.vue';
import Recorders from '@/components/Recorders.vue';
import Commands from '@/components/Commands.vue';
import store from '@/store';
Vue.use(Router);
@@ -69,7 +70,7 @@ export const router = new Router({
}, {
path: '/commands',
name: 'commands',
component: Rooms,
component: Commands,
}, {
path: '/surveys',
name: 'NewSurvey',