vue代码片段

{
    "Print to console": {
            "prefix": "vue",
            "body": [
                    "<template>",
                    "    <div>
",
                    "    </div>",
                    "</template>
",
                    "<script>",
                    "export default {",
                    "     name:'',",
                    "    components: {
",
                    "    },",
                    "    props: {
",
                    "    },",
                    "    data() {",
                    "        return {
",
                    "        };",
                    "    },",
                    "    computed: {
",
                    "    },",
                    "    watch: {
",
                    "    },",
                    "    created() {
",
                    "    },",
                    "    mounted() {
",
                    "    },",
                    "    methods: {
",
                    "    },",
                    "};",
                    "</script>
",
                    "<style scoped lang="${1:scss}">
",
                    "</style>
",
            ],
            "description": "Create vue template"
    }
}
君不见,高堂明镜悲白发,朝如青丝暮成雪
原文地址:https://www.cnblogs.com/lzhflzjx/p/14154747.html