examples: add quasar example
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user