{
  "Print to console": {
    "prefix": "vue",
    "body": [
      "<!--  -->",
      "<template>",
      "  <div></div>",
      "</template>",
      "<script>",
      "export default {",
      "  name: '',",
      "  components: {",
      "    ",
      "  },",
      "  data() {",
      "    return {",
      "      ",
      "    }",
      "  },",
      "  methods: {",
      "    ",
      "  },",
      "  computed: {",
      "    ",
      "  },",
      "  watch: {",
      "    ",
      "  }",
      "}",
      "</script>",
      "<style lang=\"less\" scoped>",
      "  ",
      "</style>"
    ],
    "description": "Log output to console"
  }
}

vscode一键生成Vue模板

相关文章:

  • 2022-12-23
  • 2021-11-21
  • 2021-06-16
  • 2021-04-17
  • 2021-11-11
猜你喜欢
  • 2022-01-03
  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案