examples: add quasar example

This commit is contained in:
bcakmakoglu
2022-06-03 19:32:46 +02:00
committed by Braks
parent 8dd7c79700
commit 330d6d7eac
87 changed files with 2290 additions and 166 deletions
@@ -0,0 +1,15 @@
<script>
import BasicFlow from './BasicFlow.vue'
export default {
components: { BasicFlow },
}
</script>
<template>
<div class="q-pa-md q-gutter-sm">
<q-card style="width: 500px; height: 500px">
<BasicFlow />
</q-card>
</div>
</template>