@ -79,10 +79,10 @@
})
}
const calc1 = (e, item) => {
item.value1 = (1 / e).toFixed(6)
item.value = (1 / e).toFixed(6)
const calc2 = (e, item) => {
defineExpose({
init