bill 1 vuosi sitten
vanhempi
commit
f4689140e0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/view/case/draw/index.vue

+ 1 - 1
src/view/case/draw/index.vue

@@ -75,7 +75,7 @@ const props = computed(() => {
 });
 
 const backPageHandler = () => {
-  board.value.clear()
+  board.value && board.value.clear()
   router.back()
 }