0.1.1 • Published 7 months ago

ihma-web v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 months ago

0.1.0

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago