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