mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Rebuild new frontend.
This commit is contained in:
@@ -93,6 +93,14 @@
|
||||
<script>
|
||||
export default {
|
||||
name: "BudgetLimitRow",
|
||||
mounted() {
|
||||
this.locale = localStorage.locale ?? 'en-US';
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
locale: 'en-US',
|
||||
}
|
||||
},
|
||||
props: {
|
||||
budgetLimit: {
|
||||
type: Object,
|
||||
|
Reference in New Issue
Block a user