quasar integration

This commit is contained in:
ctengiz
2024-03-25 16:24:06 +03:00
parent 63f856da34
commit 18ff9ddbfd
32 changed files with 8732 additions and 964 deletions

View File

@@ -0,0 +1,18 @@
<template>
<q-page padding>
AAAAA
<img
alt="Quasar logo"
src="~assets/quasar-logo-vertical.svg"
style="width: 200px; height: 200px"
>
</q-page>
</template>
<script>
import { defineComponent } from 'vue'
export default defineComponent({
name: 'IndexPage'
})
</script>