diff --git a/docs/assets/js/docify.js b/docs/assets/js/docify.js index b95013ce..c738b5a2 100644 --- a/docs/assets/js/docify.js +++ b/docs/assets/js/docify.js @@ -5057,7 +5057,7 @@ var position_times = 0; proto._init = function () { var vm = this; vm.config = config(); - + initLifecycle(vm); // Init hooks initPlugin(vm); // Install plugins callHook(vm, 'init'); diff --git a/docs/index.html b/docs/index.html index 4b2f86c1..5a2111df 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -M5Stack Docs - The reference docs for M5Stack products.