Skip to content

Instantly share code, notes, and snippets.

@real-jiakai
Created March 18, 2022 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save real-jiakai/d54c015c022b845f15fa203d3a739fc7 to your computer and use it in GitHub Desktop.
Save real-jiakai/d54c015c022b845f15fa203d3a739fc7 to your computer and use it in GitHub Desktop.
vscode-vue用户代码片段
{
"vue-template-01": {
"prefix": "vue",
"body": [
"new Vue({",
"\tel:'#root',",
"\tdata:{",
"\t\tname:'尚硅谷',",
"\t}",
"})"
],
"description": "vue-template-01"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment