You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
265 B
Vue

<template>
<v-container
fluid
grid-list-md
pa-2
>
dashboard...
</v-container>
</template>
<script>
//import api from '../api/core'
export default {
name: "Dashboard",
}
</script>
<style scoped>
</style>