feat: 更新页面模板,修复模板内容显示问题
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m41s
/ playwright (push) Successful in 1m56s
/ depcheck (push) Successful in 1m34s

This commit is contained in:
严浩
2024-12-29 01:32:17 +08:00
parent eff30bd6c0
commit a09fb23df0
4 changed files with 4 additions and 24 deletions

View File

@ -1,7 +1 @@
<template>
<div></div>
</template>
<script setup lang="ts"></script>
<style scoped></style>
<template>src/pages/a/a1.page.vue</template>

View File

@ -1,7 +1 @@
<template>
<div></div>
</template>
<script setup lang="ts"></script>
<style scoped></style>
<template>src/pages/a/a2.page.vue</template>

View File

@ -1,7 +1 @@
<template>
<div></div>
</template>
<script setup lang="ts"></script>
<style scoped></style>
<template>src/pages/a/b/c.page.vue</template>

View File

@ -1,6 +1,4 @@
<template>
<div>src/pages/a/index.vue</div>
</template>
<template>src/pages/a/index.page.vue</template>
<script setup lang="ts"></script>