-
Is there any way to accomplish in Vue what [Formatters and Parsers](http://alexperry.io/angularjs/2014/12/10/parsers-and-formatters-angular.html) do in Angular?
If not, would that be a reasonable req…
-
### Vue.js version
2.1.x
Works fine in 2.0.x
### Reproduction Link
https://jsbin.com/fuxitojugu/edit?html,console,output
### Steps to reproduce
Divide a number using the `/` oper…
-
Argument 1 passed to MartinLindhe\VueInternationalizationGenerator\Generato
r::adjustArray() must be of the type array, integer given, called in D:\Pro
yectos\Laravel\Production\soyjugador.net.d…
-
### Vue.js version
1.0.23
### Reproduction Link
``` html
{{currencies[0] | currency}}
{{currencies[1] | currency}}
{{currencies[2] | currency}}
{{currencies[0] | currency '₹…
-
```
{{ amount | currency '₫' 0 }}
```
The 0 simply not taking effect.
The result is always xxx.00
-
### Feature Request
It would be nice to be able to use a variable to specify a filter. For example, a table component could have a column definition passed as a prop:
```
columns: [
{
ke…
-
### Vue.js version
1.0.17
### Steps to reproduce
We have developed an input component for formatted numbers (think currencies, percents) which does not work reliable anymore with the newest versi…
-
我想要扩展一个filter,怎么在定义filter的地方调用已有的filter呢?
比如我要根据`currency`过滤器扩展成一个 `rmb`过滤器
``` js
Vue.filter('rmb', function(val){
// 这里如何调用已有的过滤器
return Xxx.filter.currency(val, '¥');
})
```
-
I think this was being addressed in another issue ~~but I can't find it~~ #554.
Here is a case scenario problem: http://jsfiddle.net/tsx6hw7r/4/
---
EDIT: here another example of the problem: http:/…