Skip to content

Instantly share code, notes, and snippets.

@Christilut
Created February 27, 2017 12:28
Show Gist options
  • Save Christilut/da5714ed31f4785588ada89c0cd3b83f to your computer and use it in GitHub Desktop.
Save Christilut/da5714ed31f4785588ada89c0cd3b83f to your computer and use it in GitHub Desktop.
Vue template empty
<template lang="pug">
h3 test
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
@import 'src/styles/variables';
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment