Files
raven-client/ayanova/src/components/underconstruction.vue
2020-08-14 18:58:47 +00:00

10 lines
214 B
Vue

<template>
<v-container fluid>
<v-row>
<v-col cols="12" md="9" lg="7">
<v-img :src="require('../assets/underconstruction.svg')"></v-img>
</v-col>
</v-row>
</v-container>
</template>