gaoshuaixing 4 năm trước cách đây
mục cha
commit
2a54810275
1 tập tin đã thay đổi với 2 bổ sung5 xóa
  1. 2 5
      main.js

+ 2 - 5
main.js

@@ -1,11 +1,8 @@
 const EeApp = require('ee-core').EeAppliaction;
 
-class Main extends EeApp {
-  constructor(app) {
-    super()
-  }
+new EeApp();
+
 
-}