-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cbe61f
commit 658acda
Showing
22 changed files
with
293 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<script setup lang="ts"> | ||
import { f7Page } from 'framework7-vue' | ||
</script> | ||
|
||
<template> | ||
<f7Page> | ||
<F7Page> | ||
event | ||
</f7Page> | ||
</F7Page> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<script setup lang="ts"> | ||
import { f7Page } from 'framework7-vue' | ||
</script> | ||
|
||
<template> | ||
<f7Page> | ||
<F7Page> | ||
Imagine a page here | ||
</f7Page> | ||
</F7Page> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<script setup lang="ts"> | ||
import { f7Page } from 'framework7-vue' | ||
</script> | ||
|
||
<template> | ||
<f7Page> | ||
<F7Page> | ||
Imagine a page here | ||
</f7Page> | ||
</F7Page> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
<script setup lang="ts"> | ||
import { f7NavTitle, f7NavTitleLarge, f7Navbar, f7Page } from 'framework7-vue' | ||
</script> | ||
|
||
<template> | ||
<f7Page> | ||
<f7Navbar large transparent :sliding="false"> | ||
<f7NavTitle sliding> | ||
<F7Page> | ||
<F7Navbar large transparent :sliding="false"> | ||
<F7NavTitle sliding> | ||
Events & Bookings | ||
</f7NavTitle> | ||
<f7NavTitleLarge> | ||
</F7NavTitle> | ||
<F7NavTitleLarge> | ||
Events & Bookings | ||
</f7NavTitleLarge> | ||
</f7Navbar> | ||
</f7Page> | ||
</F7NavTitleLarge> | ||
</F7Navbar> | ||
</F7Page> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
<script setup lang="ts"> | ||
import { f7List, f7Page } from 'framework7-vue' | ||
</script> | ||
|
||
<template> | ||
<f7Page no-navbar> | ||
<f7List class="space-y-8"> | ||
<F7Page no-navbar> | ||
<F7List class="space-y-8"> | ||
<div> | ||
<AppHomeMembershipCard /> | ||
</div> | ||
|
||
<div> | ||
<LazyAppHomeNews /> | ||
</div> | ||
</f7List> | ||
</f7Page> | ||
</F7List> | ||
</F7Page> | ||
</template> |
Oops, something went wrong.