Created
February 23, 2021 22:37
-
-
Save neyasbltb88/0da881792d764b6502fc5b39e0e04bd6 to your computer and use it in GitHub Desktop.
Vetur snippet default vue
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> | |
<div class="$TM_FILENAME_BASE">$TM_FILENAME_BASE</div> | |
</template> | |
<script> | |
export default { | |
name: '$TM_FILENAME_BASE', | |
}; | |
</script> | |
<style lang="sass"> | |
.$TM_FILENAME_BASE | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment