Created
February 27, 2017 12:28
-
-
Save Christilut/da5714ed31f4785588ada89c0cd3b83f to your computer and use it in GitHub Desktop.
Vue template empty
This file contains 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
<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