You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
352 B
20 lines
352 B
{
|
|
"Vue3.2快速生成模板": {
|
|
"prefix": "Vue3.2",
|
|
"body": [
|
|
"<!-- $1 -->",
|
|
"<script setup lang='ts'>",
|
|
"\t$2",
|
|
"</script>\n",
|
|
"<template>",
|
|
"\t<div>",
|
|
"\t\t$3",
|
|
"\t</div>",
|
|
"</template>\n",
|
|
"<style scoped>",
|
|
"\t$4",
|
|
"</style>"
|
|
],
|
|
"description": "Vue3.2"
|
|
}
|
|
}
|