Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>equity-snippets-h5New to Visual Studio Code? Get it now.
equity-snippets-h5

equity-snippets-h5

chenlichao

|
56 installs
| (0) | Free
snippets for front-end developer in equity tech group
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

equity-h5-snippets README

简写 和 生成的代码

log-path-line

console.log('${file path}[line:${lien number}] ', )

vue2-less

<template>
  <div>
    
  </div>
</template>

<script>

export default {
  name: "",
  data() {
    return {}
  },
  created() {},
  mounted() {},
  props: {},
  computed: {},
  watch: {},
  methods: {}
}
</script>

<style lang="less" scoped>

</style>

vue3-ts-setup-scss

<template>
 <div>
  
 </div>
</template>

<script setup lang="ts">

</script>

<style scoped lang="scss">

</style>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft