vectorized rung builder

This commit is contained in:
Tim
2024-04-30 16:43:12 -04:00
parent 2effb1f43a
commit 9094a10fe3
3 changed files with 107 additions and 24 deletions

View File

@@ -55,7 +55,6 @@ import {HLine} from "@/charts/shape.js";
const s = useStore()
const os = useOrderStore()
const co = useChartOrderStore()
const theme = useTheme().current
const props = defineProps(['order', 'builder'])
const emit = defineEmits(['update:builder'])
@@ -251,6 +250,7 @@ function setModelValue(model, value) {
<style scoped lang="scss">
td.weight {
width: 11em;
padding-left: 0.5em;
padding-right: 0.5em;
text-align: right;