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.zh-CN.md
19 lines
(14 loc)
•
267 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:
货币
type:
Pipe
---
`_currency`
货币格式化,简化原
`currency`
针对**中文货币**格式化问题,使用方式同
`currency`
一样。
```html
{{
data.price
|
_currency
}}
```
输出:
```
¥4,035,173.71
```