Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 16, 2019 22:14
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/d68fa58202322f717afad46bbc3e4fca to your computer and use it in GitHub Desktop.
Save parzibyte/d68fa58202322f717afad46bbc3e4fca 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>Mi nombre: </strong>{{nombre}}
<br>
<strong>Mi nombre en mayúscula: </strong>{{nombre | mayusculas | cortar}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment