it-tools/pages/index.vue

19 lines
234 B
Vue
Raw Normal View History

2020-12-21 22:06:13 +01:00
<template>
<v-row justify="center" align="center">
2021-02-06 11:14:28 +01:00
<v-col cols="12" sm="12" md="8">
<h1>Yolo</h1>
2020-12-21 22:06:13 +01:00
</v-col>
</v-row>
</template>
<script>
export default {
2020-12-21 22:49:27 +01:00
components: {}
2020-12-21 22:06:13 +01:00
}
</script>
2020-12-21 22:49:27 +01:00
<style lang="less">
</style>