Skip to content

Instantly share code, notes, and snippets.

@hunterae
Created May 22, 2019 17:56
Show Gist options
  • Save hunterae/988088b4d72550aa5c49cdf19273a1e2 to your computer and use it in GitHub Desktop.
Save hunterae/988088b4d72550aa5c49cdf19273a1e2 to your computer and use it in GitHub Desktop.
VueSourceCodeBuilder - TextNode
<text-node text="Text as a prop" />
<text-node text="<div>Raw HTML</div>" />
<text-node curly-braces text="textInCurlyBraces" />
<text-node>
Text within Tag
</text-node>
<text-node>
<text-node text="Nested Text Node" />
</text-node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment