Skip to content

Commit 880cfd0

Browse files
committed
fix(stage-tamagotchi): layout issue for notice windows
1 parent cdf2788 commit 880cfd0

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

apps/stage-tamagotchi/src/renderer/pages/notice/fade-on-hover.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,6 @@ async function handleAction(action: 'confirm' | 'cancel' | 'close') {
238238
</div>
239239
</template>
240240

241-
<route lang="yaml">
242-
meta:
243-
layout: plain
244-
</route>
245-
246241
<style scoped>
247242
.heading-backdrop {
248243
mask-image: radial-gradient(200% 150% at top left, black 20%, transparent 30%);
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<script setup lang="ts">
2+
import { RouterView } from 'vue-router'
3+
</script>
4+
5+
<template>
6+
<RouterView />
7+
</template>
8+
9+
<route lang="yaml">
10+
meta:
11+
layout: plain
12+
</route>

0 commit comments

Comments
 (0)