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