mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-12-04 20:28:40 +08:00
18 lines
306 B
JSON
18 lines
306 B
JSON
|
{
|
||
|
"Vue3.2+快速生成模板": {
|
||
|
"prefix": "Vue3.2+",
|
||
|
"body": [
|
||
|
"<script setup lang='ts'>",
|
||
|
"</script>\n",
|
||
|
"<template>",
|
||
|
"\t<div>\n",
|
||
|
"\t</div>",
|
||
|
"</template>\n",
|
||
|
"<style scoped>\n",
|
||
|
"</style>",
|
||
|
"$2"
|
||
|
],
|
||
|
"description": "Vue3.2+"
|
||
|
}
|
||
|
}
|