UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

19 lines (14 loc) 262 B
--- 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 ```