Compare commits
2 Commits
860b3c7bab
...
6769d8d485
| Author | SHA1 | Date | |
|---|---|---|---|
| 6769d8d485 | |||
|
|
a833f0b6b8 |
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user