Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 16, 2019 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/6c9e2fa330ffefd78393e5ab44aa4ec3 to your computer and use it in GitHub Desktop.
Save parzibyte/6c9e2fa330ffefd78393e5ab44aa4ec3 to your computer and use it in GitHub Desktop.
<div class="col-12" id="app">
<h1>Filtro en Vue.js</h1>
<a href="//parzibyte.me/blog">By Parzibyte</a>
<br>
<strong>Total: </strong>{{total | dinero("$")}}
<br>
<strong>Como euros: </strong>{{total | dinero("€")}}
<br>
<strong>Un valor de la vista: </strong>{{465465.3262 | dinero("¥")}}
<br>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment