From 329f92921e0cd0ab1b62ec7621f1652f5d50acb9 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Thu, 25 Jul 2024 09:06:40 +0300 Subject: [PATCH] test exp diag --- composables/useCalc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composables/useCalc.ts b/composables/useCalc.ts index b164771..c5af76f 100644 --- a/composables/useCalc.ts +++ b/composables/useCalc.ts @@ -17,4 +17,4 @@ export const use_extra_section = () => useState('extra_section', () => 0) export const use_total_length = () => useState('total_length', () => (((min + 104) * n) + 104) * 0.001) export const use_min_length = () => useState('min_length', () => 700) export const use_max_size = () => useState('max_size', () => 20) -export const use_explosion_state = () => useState('explosion_state', () => false) \ No newline at end of file +export const use_explosion_state = () => useState('explosion_state', () => true) \ No newline at end of file