Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 26, 2018 22:13
Embed
What would you like to do?
<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