feat: 组件名前缀

This commit is contained in:
2023-07-18 12:38:08 +08:00
parent ba943ab93a
commit bb673dfd8a
2 changed files with 8 additions and 9 deletions

View File

@ -4,6 +4,5 @@
</div>
</template>
<script lang="ts" setup name="<%- component %>">
<script lang="ts" setup name="Th<%- component %>">
</script>