diff --git a/e2e/playwright/vue.spec.ts b/e2e/playwright/vue.spec.ts index c28fb34..3877984 100644 --- a/e2e/playwright/vue.spec.ts +++ b/e2e/playwright/vue.spec.ts @@ -55,6 +55,5 @@ test.describe('Vue App', () => { await page.goto('/') const appLayout = page.locator('.app-layout') await expect(appLayout).toBeVisible() - await expect(appLayout).toContainText('AppLayout') }) }) diff --git a/src/App.vue b/src/App.vue index edeef43..7fd149b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,19 +11,37 @@ const getName = async () => { - - diff --git a/src/layouts/naive-ui/AppLayout.vue b/src/layouts/naive-ui/AppLayout.vue index 13e6eb0..d8b5891 100644 --- a/src/layouts/naive-ui/AppLayout.vue +++ b/src/layouts/naive-ui/AppLayout.vue @@ -1,9 +1,10 @@ diff --git a/src/pages/index.page.vue b/src/pages/index.page.vue index 1017376..eafd21c 100644 --- a/src/pages/index.page.vue +++ b/src/pages/index.page.vue @@ -1,7 +1,31 @@