0.1.1 • Published 10 months ago

ihma-web v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

#Parent App.vue

<script setup lang="ts">
import Map from "./components/Map.vue";
import fake from "./fake.json";
</script>

<template>
  <div class="parent">
    <Map :rows="fake.rows" />
  </div>
</template>

<style scoped>
.parent {
  height: 100vh;
}
</style>
0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago