xiongzhu пре 2 година
родитељ
комит
9de5a80abe
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/App.vue

+ 1 - 2
src/App.vue

@@ -120,7 +120,7 @@ useBackButton(1, processNextHandler => {
     }
     }
 })
 })
 onMounted(() => {
 onMounted(() => {
-    // init()
+    init()
 })
 })
 
 
 function init() {
 function init() {
@@ -146,7 +146,6 @@ onBeforeUnmount(() => {
 })
 })
 const showCustmer = ref(false)
 const showCustmer = ref(false)
 function customer() {
 function customer() {
-    init()
     showCustmer.value = true
     showCustmer.value = true
 }
 }