PMCORE-2512

This commit is contained in:
Henry Jordan
2020-12-04 13:33:23 +00:00
parent e54bf886f1
commit c2f0d239aa
12 changed files with 251 additions and 188 deletions

View File

@@ -50,7 +50,7 @@ const router = new VueRouter({
new Vue({
i18n,
// eslint-disable-line no-new
el: "#home",
el: "#app",
router,
render: (h) => h(Home),
});