json Vue组件snipet。 VS代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Vue组件snipet。 VS代码相关的知识,希望对你有一定的参考价值。

{
    "template": {
        "prefix": "template",
        "body": [
            "<template>",
            "\t$1",
            "</template>"
        ],
        "description": "Vue element"
    },
    "script": {
        "prefix": "script",
        "body": [
            "<script>",
            "\t$1",
            "</script>"
        ],
        "description": "Vue element"
    },
    "style": {
        "prefix": "style",
        "body": [
            "<style>",
            "\t$1",
            "</style>"
        ],
        "description": "Vue element"
    },
    "vuecomp": {
	    "vuecomp": {
	        "prefix": "vuecomp",
	        "body": [
	            "<template>",
	            "\t$1",
	            "</template>",
	            "<script>",
	            "\texport default {",
	            "\t\tname: '$2',",
	            "\t\t$3",
	            "\t};",
	            "</script>",
	            "<style>",
	            "\t$4",
	            "</style>"
	        ],
	        "description": "Vue element"
	    }
	}
}

以上是关于json Vue组件snipet。 VS代码的主要内容,如果未能解决你的问题,请参考以下文章

json CloudFormation Snipets

VS Code中小程序与Vue常用插件合集(前端合集)

VS Code一键创建Vue代码模板

sql Ini示例SQL Snipet代码选择,删除,更新,插入加入

sh TCP test_retry连接bash代码snipet

Vue.component vs import 加载组件