quasar integration
This commit is contained in:
18
app/frontend/src/pages/IndexPage.vue
Normal file
18
app/frontend/src/pages/IndexPage.vue
Normal 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>
|
||||
Reference in New Issue
Block a user