{ "Print to console": { "prefix": "vue", "body": [ "<template>", " <div id=\"\">", " $1", " </div>", "</template>", "", "<script>", "export default {", " data() {", " return {", " //$0", " }", " },", " methods: {}", "}", "</script>", "", "<style>", "", "</style>" ], "description": "vue template" } }
时间: 2024-10-25 09:22:36