19 lines
363 B
Plaintext
19 lines
363 B
Plaintext
{
|
|
"Init vue components": {
|
|
"scope": "vue",
|
|
"prefix": "vue",
|
|
"body": [
|
|
"<template lang=\"pug\">",
|
|
"$0",
|
|
"</template>",
|
|
"",
|
|
"<script setup lang=\"ts\">",
|
|
"import {} from 'vue'",
|
|
"",
|
|
"</script>",
|
|
"",
|
|
"<style scoped lang=\"sass\"></style>"
|
|
],
|
|
"description": "Init vue components"
|
|
}
|
|
} |