Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 5, 2020 05:29
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/c1fd13e29f1c2d9a23d9f4537369a721 to your computer and use it in GitHub Desktop.
Save parzibyte/c1fd13e29f1c2d9a23d9f4537369a721 to your computer and use it in GitHub Desktop.
new Vue({
el: "#app",
data: {
miHtml: `<strong>Soy HTML</strong> y puedo
<br>Ser
<br>Inyectado
<br>
en Vue. Aquí un link:
<a href="//parzibyte.me/blog">parzibyte.me/blog</a>`,
},
methods: {
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment