test(e2e): 添加 AppLayout 组件的测试用例

This commit is contained in:
严浩
2025-09-09 22:35:19 +08:00
parent 394294904d
commit 56d8a3aa49
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts"></script>
<template>
<div>
<div class="app-layout">
<div>AppLayout</div>
<router-view />
</div>