Files
raven-client/ayanova/src/components/underconstruction.vue
2019-11-05 20:39:32 +00:00

10 lines
194 B
Vue

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