mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-15 03:04:25 +08:00
fixed: 解决textfield的路径问题
This commit is contained in:
@ -34,7 +34,7 @@ const String _textFieldText2 = """### **进阶用法**
|
||||
""";
|
||||
|
||||
class Demo extends StatefulWidget {
|
||||
static const String routeName = 'elements/Form/Input/TextField';
|
||||
static const String routeName = 'element/Form/Input/TextField';
|
||||
|
||||
@override
|
||||
_DemoState createState() => _DemoState();
|
||||
|
Reference in New Issue
Block a user