打开setting搜索plugins然后搜索vue

在这里插入图片描述

settings中搜索File and Code Templates

在这里插入图片描述

其中需要添加的模块代码

<template>
#[[$END$]]#
</template>

<script>
export default {
name: "${COMPONENT_NAME}"
}
</script>

<style scoped>

</style>

最后重启webstorm

Logo

前往低代码交流专区

更多推荐