Created keret

This commit is contained in:
2021-06-11 23:51:58 +02:00
parent 2388a5a587
commit bac428238d
12 changed files with 157 additions and 137 deletions

View File

@@ -1,6 +1,7 @@
import Vue from 'vue'
import VueRouter from 'vue-router'
import Home from '../views/Home.vue'
import Devices from '../views/Devices.vue'
Vue.use(VueRouter)
@@ -10,6 +11,11 @@ const routes = [
name: 'Home',
component: Home
},
{
path: '/devices',
name: 'Devices',
component: Devices
},
{
path: '/about',
name: 'About',