0.1.1 • Published 9 months ago

ihma-web v0.1.1

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

9 months ago

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago