Fix vue-router warning

This commit is contained in:
nemunaire 2021-01-12 16:43:38 +01:00
parent b4ecd14432
commit 59eb79facd

View File

@ -157,7 +157,7 @@ const routes = [
},
{
path: '/sources/:source/domains',
name: 'source-update',
name: 'source-update-domains',
component: function () {
return import(/* webpackChunkName: "home" */ '../views/home.vue')
}