buli
2023-04-21 43fdbff49764d55c7b3a19a1d6e7d8aeb62072ef
force-app/main/default/lwc/childComponentTest/childComponentTest.js
@@ -12,7 +12,7 @@
        this._currentCount = value;
    }
    @api
    maximizeCounter() 12
    maximizeCounter() {
      this.counter += 1000000;
    }
}
}