0.1.1 • Published 8 months ago

ihma-web v0.1.1

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

8 months ago

0.1.0

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago