原先内容比较适合vue2

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

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

<style scoped>

</style>

可以稍作升级到vue3

<template>
  
</template>

<script setup lang="ts">

</script>

<style lang="less" scoped>

</style>

Logo

一站式 AI 云服务平台

更多推荐