chart-based route finding
This commit is contained in:
11
src/components/NeedsChart.vue
Normal file
11
src/components/NeedsChart.vue
Normal 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>
|
||||
Reference in New Issue
Block a user