Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 26, 2018 22:13
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/f24100b276323f2a7c25327661da3c48 to your computer and use it in GitHub Desktop.
Save parzibyte/f24100b276323f2a7c25327661da3c48 to your computer and use it in GitHub Desktop.
<template style="text-align:justify;" v-if="resultadoSeleccionado">
<br>
<span class="headline">{{resultadoSeleccionado.title}}</span>
<p>{{resultadoSeleccionado.snippet}}...</p>
<v-btn target="_blank" :href="rutaArticulo" flat color="light-green"><v-icon>open_in_new</v-icon></v-btn>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment