Basic UI rework
This commit is contained in:
18
src/pages/Index.vue
Normal file
18
src/pages/Index.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<q-page class="flex flex-center flex-">
|
||||
<div class="text-center">
|
||||
<img alt="Quasar logo" src="~assets/gyoza.jpg">
|
||||
<br/>
|
||||
<q-btn label="Go" color="primary" to="/dashboard"></q-btn>
|
||||
</div>
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'PageIndex'
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user