12

{
    "Print to console": {
        "prefix": "vue",
        "body": [
            "<template>",
            "  <div class=\"\">",
            "    $1",
            "  </div>",
            "</template>",
            "",
            "<script>",
            "export default {",
            "  data() {",
            "    return {",
            "      //$0",
            "    }",
            "  },",
            "  methods: {}",
            "}",
            "</script>",
            "",
            "<style>",
            "",
            "</style>"
        ],
        "description": "vue template"
    }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-10-03
  • 2021-08-08
  • 2021-10-22
相关资源
相似解决方案