assembly/pages/index.vue

17 lines
263 B
Vue
Raw Normal View History

2021-07-17 16:50:30 +00:00
<template>
2021-07-17 21:44:21 +00:00
<div>
<h1 class="font-semibold text-2xl">MakerDAO</h1>
<!-- Overview -->
<!-- Positions -->
</div>
2021-07-17 16:50:30 +00:00
</template>
<script lang="ts">
2021-07-17 21:44:21 +00:00
import { defineComponent } from '@nuxtjs/composition-api'
2021-07-17 16:50:30 +00:00
2021-07-17 21:44:21 +00:00
export default defineComponent({})
2021-07-17 16:50:30 +00:00
</script>