mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 17:57:37 +08:00
23 lines
398 B
Plaintext
23 lines
398 B
Plaintext
|
{
|
||
|
"Vue3.0快速生成模板": {
|
||
|
"prefix": "Vue3.0",
|
||
|
"body": [
|
||
|
"<template>",
|
||
|
"\t<div>\n",
|
||
|
"\t</div>",
|
||
|
"</template>\n",
|
||
|
"<script lang='ts'>",
|
||
|
"export default {",
|
||
|
"\tsetup(){",
|
||
|
"\t\treturn{\n\n\t\t}",
|
||
|
"\t},",
|
||
|
"}",
|
||
|
"</script>\n",
|
||
|
"<style scoped>\n",
|
||
|
"</style>",
|
||
|
"$2"
|
||
|
],
|
||
|
"description": "Vue3.0"
|
||
|
}
|
||
|
}
|