mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-04 03:20:44 +00:00
Update JS
This commit is contained in:
2
frontend/src/pages/accounts/show.js
vendored
2
frontend/src/pages/accounts/show.js
vendored
@@ -32,7 +32,7 @@ let i18n = require('../../i18n');
|
||||
let props = {
|
||||
|
||||
};
|
||||
new Vue({
|
||||
const app = new Vue({
|
||||
i18n,
|
||||
render(createElement) {
|
||||
return createElement(Show, {props: props});
|
||||
|
Reference in New Issue
Block a user