main
km0 1 year ago
parent af6db808d0
commit 1b0757ea22

@ -9,8 +9,6 @@
<body> <body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="src/main.js"></script> <script type="module" src="src/main.js"></script>
</body> </body>
</html> </html>

@ -47,7 +47,7 @@ const select = (p, index) => {
const remove = () => { const remove = () => {
paths.value.splice(currentIndex.value, 1) paths.value.splice(currentIndex.value, 1)
edit.value = false editing.value = false
} }
const container = ref(null) const container = ref(null)

Loading…
Cancel
Save