@ -8,8 +8,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="src/main.js"></script>
</body>
@ -47,7 +47,7 @@ const select = (p, index) => {
const remove = () => {
paths.value.splice(currentIndex.value, 1)
edit.value = false
editing.value = false
}
const container = ref(null)