赞
踩
- {
- "vue3": {
- scope": "javascript,typescript,html,vue",
- "prefix": "vue3",
- "body": [
- "<template>",
- "$1",
- "</template>",
- "",
- "<script setup>",
- "import { ref, reactive } from 'vue';",
- "$2",
- "</script>",
- "",
- "<style scoped lang=\"scss\">",
- "$3",
- "</style>",
- ""
- ],
- "description": "快速创建vue3模板"
- }
- }

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。