mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 11:29:20 +08:00
17 lines
349 B
Plaintext
17 lines
349 B
Plaintext
{
|
|
"Vue3 SFC 代码结构一键生成": {
|
|
"prefix": "Vue3 SFC",
|
|
"body": [
|
|
"<script lang=\"ts\" setup></script>\n",
|
|
"<template>",
|
|
"\t<div class=\"app-container\">",
|
|
"\t\t...",
|
|
"\t</div>",
|
|
"</template>\n",
|
|
"<style lang=\"scss\" scoped></style>",
|
|
"$1"
|
|
],
|
|
"description": "Vue3 SFC"
|
|
}
|
|
}
|