it-tools/pages/index.vue
2021-02-06 11:14:28 +01:00

18 lines
234 B
Vue

<template>
<v-row justify="center" align="center">
<v-col cols="12" sm="12" md="8">
<h1>Yolo</h1>
</v-col>
</v-row>
</template>
<script>
export default {
components: {}
}
</script>
<style lang="less">
</style>