buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
force-app/main/default/aura/TestForceInputByLiJun/TestForceInputByLiJunController.js
@@ -1,5 +1,5 @@
({
    doInit : function(component, event, helper) {
    doInit: function (component, event, helper) {
        console.log('Test');
    },
})
    }
});