Removing debug bool
This commit is contained in:
parent
5f6b99b0f1
commit
e40a7eef23
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default {
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isExpanded: true,
|
isExpanded: false,
|
||||||
currencyFormatter: new Intl.NumberFormat('en-US', {
|
currencyFormatter: new Intl.NumberFormat('en-US', {
|
||||||
style: 'currency',
|
style: 'currency',
|
||||||
currency: 'USD'
|
currency: 'USD'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue