File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed
template-blank-vue-ts/app/components
template-blank-vue/app/components Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 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">
Original file line number Diff line number Diff line change 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">
You can’t perform that action at this time.
0 commit comments