bill %!s(int64=2) %!d(string=hai) anos
pai
achega
f4689140e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
 }