fix(vscode): 修正vue3代码片段中占位符顺序错误

This commit is contained in:
feige996
2025-07-09 10:47:06 +08:00
parent 96c973a88e
commit 74cc77579e

View File

@@ -28,10 +28,10 @@
"}",
"</route>\n",
"<script lang=\"ts\" setup>",
"//$3",
"//$2",
"</script>\n",
"<template>",
" <view class=\"\">$2</view>",
" <view class=\"\">$3</view>",
"</template>\n",
"<style lang=\"scss\" scoped>",
"//$4",