release: update 4.3.0

This commit is contained in:
xiaoxian521
2023-06-05 17:33:41 +08:00
parent 91f915462a
commit d19e7849cc
34 changed files with 2016 additions and 1256 deletions

View File

@@ -1,14 +1,14 @@
{
"Vue3.2+快速生成模板": {
"scope": "vue",
"prefix": "Vue3.2+",
"body": [
"<script setup lang='ts'>",
"</script>\n",
"<template>",
"\t<div>\n",
"\t</div>",
"\t<div>test</div>",
"</template>\n",
"<style scoped>\n",
"<style lang='scss' scoped>\n",
"</style>",
"$2"
],