Skip to content

Instantly share code, notes, and snippets.

@neyasbltb88
Created February 23, 2021 22:37
Show Gist options
  • Save neyasbltb88/0da881792d764b6502fc5b39e0e04bd6 to your computer and use it in GitHub Desktop.
Save neyasbltb88/0da881792d764b6502fc5b39e0e04bd6 to your computer and use it in GitHub Desktop.
Vetur snippet default vue
<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