# vue-directive-snippets **Repository Path**: l-x-f/vue-directive-snippets ## Basic Information - **Project Name**: vue-directive-snippets - **Description**: vscode 插件 vue-directive-snippets - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 0 - **Created**: 2022-03-16 - **Last Updated**: 2025-06-08 ## Categories & Tags **Categories**: vsc-plugins **Tags**: VSCode ## README # vue-directive-snippets vue 指令提示(支持 vue2/vue3) **有新的指令需求 👉**[欢迎 issues](https://gitee.com/l-x-f/vue-directive-snippets/issues) ## 功能 ### 官方指令 ```text vt: 'v-text= ' vh: 'v-html= ' vsh: 'v-show= ' vi: 'v-if= ' ve: 'v-else= ' vei: 'v-else-if= ' vf: 'v-for="item in list$1" :key="item.id"' vo: 'v-on= ' vb: 'v-bind= ' vm: 'v-model= ' vs: 'v-slot= ' vpre: 'v-pre= ' vc: 'v-cloak= ' vonce: 'v-once= ' vme: 'v-memo= ' vis: 'v-is= ' ``` ### 自定义指令 ```text vpermission: 'v-permission= ' vcopy: 'v-copy= ' vlongpress: 'v-longpress= ' vdebounce: 'v-debounce= ' vemoji: 'v-emoji= ' vlazy: 'v-lazy= ' vdraggable: 'v-draggable= ' vdrag: 'v-drag= ' vscreenfull: 'v-screenfull= ' vellipsis: 'v-ellipsis= ' vbacktop: 'v-backtop= ' vempty: 'v-empty= ' vbadge: 'v-badge= ' vresize: 'v-resize= ' ``` ## [xiaofei](https://www.lixiaofei.site/) ## License MIT