Created
May 22, 2019 17:56
-
-
Save hunterae/988088b4d72550aa5c49cdf19273a1e2 to your computer and use it in GitHub Desktop.
VueSourceCodeBuilder - TextNode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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