fixed: 解决textfield的路径问题

This commit is contained in:
sanfan.hx
2019-09-17 14:24:42 +08:00
parent 94bf52ee51
commit 84b40cb721
2 changed files with 2 additions and 2 deletions

View File

@ -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();