interactive horizontal limit lines

This commit is contained in:
Tim
2024-02-01 23:11:20 -04:00
parent 29fcad1059
commit e5399d9fc9
24 changed files with 592 additions and 245 deletions

View File

@@ -1,8 +1,6 @@
<template>
<v-app>
<nav-drawer/>
<main-view/>
<footer/>
</v-app>
</template>
@@ -11,6 +9,5 @@
import NavDrawer from "@/components/NavDrawer.vue";
import Footer from "@/components/Footer.vue";
import {useStore} from "@/store/store.js";
const s = useStore()
</script>