我得到了这个片段并试图在选项中创建下一站。所以首先我选择类型,假设我选择v-if="NEXT-SHOULD-BE-HERE"
. 我怎样才能做到这一点?
"Select template": {
"prefix": ["templatetype"],
"body": [
"<template ${1|#:,v-if=\"\",v-for=\"\"|}>",
" ${2}",
"</template>"
],
"description": "Create a template and select type"
}