Skip to content

Commit 8f5b1e6

Browse files
committed
fix: vue frame
1 parent 53ae2b6 commit 8f5b1e6

File tree

2 files changed

+20
-16
lines changed
  • packages
    • template-blank-vue-ts/app/components
    • template-blank-vue/app/components

2 files changed

+20
-16
lines changed

packages/template-blank-vue-ts/app/components/Home.vue

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<template>
2-
<Page>
3-
<ActionBar>
4-
<Label text="Home"/>
5-
</ActionBar>
2+
<Frame>
3+
<Page>
4+
<ActionBar>
5+
<Label text="Home"/>
6+
</ActionBar>
67

7-
<GridLayout>
8-
<Label class="text-xl align-middle text-center text-gray-500" :text="message" />
9-
</GridLayout>
10-
</Page>
8+
<GridLayout>
9+
<Label class="text-xl align-middle text-center text-gray-500" :text="message" />
10+
</GridLayout>
11+
</Page>
12+
</Frame>
1113
</template>
1214

1315
<script setup lang="ts">

packages/template-blank-vue/app/components/Home.vue

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<template>
2-
<Page>
3-
<ActionBar>
4-
<Label text="Home"/>
5-
</ActionBar>
2+
<Frame>
3+
<Page>
4+
<ActionBar>
5+
<Label text="Home"/>
6+
</ActionBar>
67

7-
<GridLayout>
8-
<Label class="text-xl align-middle text-center text-gray-500" :text="message" />
9-
</GridLayout>
10-
</Page>
8+
<GridLayout>
9+
<Label class="text-xl align-middle text-center text-gray-500" :text="message" />
10+
</GridLayout>
11+
</Page>
12+
</Frame>
1113
</template>
1214

1315
<script setup lang="ts">

0 commit comments

Comments
 (0)