liming пре 2 недеља
родитељ
комит
71d2e59f07
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/main.js

+ 1 - 2
src/main.js

@@ -39,8 +39,7 @@ async function appInit() {
 
 
   // setupPlugin(app)
-  initCapacitor(app)
-  listenMessage()
+  initCapacitor(app) 
   app.mount("#app", true);
 }