Skip to content

Instantly share code, notes, and snippets.

@coryetzkorn
Last active February 20, 2019 19:50
Show Gist options
  • Save coryetzkorn/5f7caacec8a43a5cf1f0deceaee11c82 to your computer and use it in GitHub Desktop.
Save coryetzkorn/5f7caacec8a43a5cf1f0deceaee11c82 to your computer and use it in GitHub Desktop.
<template>
<p>Hello, {%= @user.name %}!</p>
<div id="replace-me"></div>
</template>
<script>
document.getElementById("replace-me").innerHTML = "Welcome to the future.";
</script>
<style scoped>
p {
font-size: 2em;
text-align: center;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment