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