Skip to content

Instantly share code, notes, and snippets.

@scottlepp
Created June 19, 2018 20:35
Show Gist options
  • Save scottlepp/27c274cc663368b759db0e55b0ccc6e5 to your computer and use it in GitHub Desktop.
Save scottlepp/27c274cc663368b759db0e55b0ccc6e5 to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<header>foo</header>
<div>{{ bar }}</div>
</div>
</template>
<script lang="ts">
import App from './app-class';
export default App;
</script>
<style lang="scss">
#app {
color: #56b983;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment