main
km0 11 months ago
parent af6db808d0
commit 1b0757ea22

@ -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)

Loading…
Cancel
Save