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