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