Update JS

This commit is contained in:
James Cole
2021-07-11 09:31:10 +02:00
parent 1bf4fb1b70
commit 7e1af72186
46 changed files with 401 additions and 265 deletions

View File

@@ -40,7 +40,7 @@ Vue.component('profile-options', ProfileOptions);
const i18n = require('./i18n');
let props = {};
new Vue({
const app = new Vue({
i18n,
el: "#passport_clients",
render: (createElement) => {