UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
theme
/
src
/
pipes
/
currency
/
index.en-US.md
19 lines
(14 loc)
•
262 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
order:
1
title:
_currency
subtitle:
Currenty
type:
Pipe
---
`_currency`
currency
formatting,
simplifying
the
original
`currency`
for
**Chinese
currency**,
the
same
way
as
`currency`.
```html
{{
data.price
|
_currency
}}
```
Output:
```
¥4,035,173.71
```