implemented a first version of the custom context menu

This commit is contained in:
Roberto Tonino
2020-08-03 19:26:16 +02:00
parent 0ba8e96b6d
commit e3a016e778
7 changed files with 169 additions and 16 deletions

View File

@@ -3,8 +3,6 @@ import VueRouter from 'vue-router'
import TracklistTab from '@components/TracklistTab.vue'
console.log(TracklistTab)
Vue.use(VueRouter)
const routes = [
@@ -29,7 +27,6 @@ const router = new VueRouter({
})
router.beforeEach((to, from, next) => {
console.log({ from, to })
next()
})