quasar init

This commit is contained in:
2026-03-28 13:20:25 +01:00
commit ad31b9e789
34 changed files with 9707 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<template>
<q-page class="flex flex-center">
<img
alt="Quasar logo"
src="~assets/quasar-logo-vertical.svg"
style="width: 200px; height: 200px"
>
</q-page>
</template>
<script setup>
//
</script>