Skip to content

Commit

Permalink
Update vue.json
Browse files Browse the repository at this point in the history
Added snippet "vbase-3-ts-setup-scss". A wanted feature from earlier: sdras#113
  • Loading branch information
iwarra authored Dec 28, 2023
1 parent 69c744b commit 81a9418
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions snippets/vue.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,25 @@
],
"description": "Base for Vue File Setup Composition API - Typescript"
},
"Vue Single File Component Setup Composition API": {
"prefix": "vbase-3-ts-setup-scss",
"body": [
"<template>",
"\t<div>",
"",
"\t</div>",
"</template>",
"",
"<script setup lang=\"ts\">",
"",
"</script>",
"",
"<style lang=\"scss\" scoped>",
"",
"</style>"
],
"description": "Base for Vue File Setup Composition API - Typescript with SCSS"
}
"Vue Single File Component with Class based Typescript format": {
"prefix": "vbase-ts-class",
"body": [
Expand Down

0 comments on commit 81a9418

Please sign in to comment.