Compare commits

..

2 Commits

View File

@@ -135,7 +135,8 @@ export default {
currency: 'KRW', currency: 'KRW',
currencies: [ currencies: [
{ text: 'KRW (한국 원)', value: 'KRW' }, { text: 'KRW (한국 원)', value: 'KRW' },
{ text: 'USD (미국 달러)', value: 'USD' } { text: 'USD (미국 달러)', value: 'USD' },
{ text: 'JPY (일본 엔)', value: 'JPY' }
], ],
headers: [ headers: [
{ {