增加若干基础页面
This commit is contained in:
10
lib/pages/layout/home/home_binding.dart
Normal file
10
lib/pages/layout/home/home_binding.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
import 'home_logic.dart';
|
||||
|
||||
class HomeBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut(() => HomeLogic());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user