perf(ejs): 模板

This commit is contained in:
2023-06-21 17:54:06 +08:00
parent ebe3f99456
commit 242bcf222e
2 changed files with 8 additions and 9 deletions

View File

@ -1,9 +1,8 @@
<template>
<div>
<view>
<%- component %>
</div>
</view>
</template>
<script lang="ts" setup name="<%- component %>">
</script>