1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-22 22:59:37 +02:00
it-tools/pages/how-to-report-bug-or-request.vue

16 lines
318 B
Vue
Raw Normal View History

2021-03-14 20:11:39 +01:00
<template>
<v-row justify="center" align="center">
<v-col cols="12" sm="12" md="8">
<h1>How-to-report-bug-or-request</h1>
</v-col>
</v-row>
</template>
<script>
import {Component, Vue} from 'nuxt-property-decorator'
@Component
export default class HowToReportBugOrRequest extends Vue {
}
</script>