Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Vue2 Snippets plusNew to Visual Studio Code? Get it now.
Vue2 Snippets plus

Vue2 Snippets plus

jecksonli

|
45,777 installs
| (0) | Free
vue2 snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vue2-snippets

一、usage🔥

all snippets must prefix "v2"

1、vue-html

Prefix Content
v2Drawer el-drawer...
v2Dialog el-dialog...
v2Tab el-tab...
v2Vfor v-for=" in " :key=""
v2PageMark
  • 页面类型:
  • 文件名:index:
  • 菜单路径:
  • 功能描述:
  • 创建时间:2023-08-21 18:45:43

2、vue-javascript

Prefix Content
v2Hlog console.log('online', , 'src/pages/server/customerRepair/customerInfo/vinChange/index.vue-第n行')
v2Log console.log(, 'src/pages/server/customerRepair/customerInfo/vinChange/index.vue-第n行')
v2Import import from ''
v2Next this.nextTick(() => {})
v2VxMap ...mapState('', ['']),
v2Path ~/Documents/GitHub/dms-vue-admin/src/pages/admin/auth/dealerUserManage
v2FullPath ~/Documents/GitHub/dms-vue-admin/src/pages/admin/auth/dealerUserManage/index.vue

3、vue

Prefix Content
v2Template export default { name: '',components: {},mixins: [],props: {},data() {return {}},computed:{},watch: {},mounted() {},methods: {}};

3、good Fn

Prefix Content
v2GetUid
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft