0.1.1 • Published 11 months ago

ihma-web v0.1.1

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

11 months ago

0.1.0

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago