chart-based route finding

This commit is contained in:
Tim
2024-02-27 22:20:23 -04:00
parent fc126955b6
commit 9a5d7a1ce5
12 changed files with 126 additions and 46 deletions

View File

@@ -0,0 +1,11 @@
<template>
<slot v-if="co.chartReady"/>
</template>
<script setup>
import {useChartOrderStore} from "@/orderbuild.js";
const co = useChartOrderStore()
</script>
<style scoped lang="scss">
</style>