mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rebuild frontend.
This commit is contained in:
16
frontend/src/pages/accounts/show.js
vendored
16
frontend/src/pages/accounts/show.js
vendored
@@ -21,6 +21,7 @@
|
||||
|
||||
require('../../bootstrap');
|
||||
|
||||
import store from '../../components/store';
|
||||
import Show from "../../components/accounts/Show";
|
||||
|
||||
// i18n
|
||||
@@ -29,12 +30,11 @@ let i18n = require('../../i18n');
|
||||
// get page name?
|
||||
|
||||
|
||||
let props = {
|
||||
|
||||
};
|
||||
let props = {};
|
||||
const app = new Vue({
|
||||
i18n,
|
||||
render(createElement) {
|
||||
return createElement(Show, {props: props});
|
||||
}
|
||||
}).$mount('#accounts_show');
|
||||
i18n,
|
||||
store,
|
||||
render(createElement) {
|
||||
return createElement(Show, {props: props});
|
||||
}
|
||||
}).$mount('#accounts_show');
|
||||
|
Reference in New Issue
Block a user