From 60105716e0fbf4492c2f876c841487cec3189506 Mon Sep 17 00:00:00 2001 From: mrpye Date: Tue, 25 Jul 2023 22:31:37 +0100 Subject: [PATCH] Few Fixes --- README.md | 8 ++++---- templates/ViewModels/ListViewModel_Template.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7e0e6c..3168ac8 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ MAUI App Accelerator will create the project - So that Maui-gen knows where to inject the route code it uses the following comment ```c# -//<%REGISTER_ROUTE% +//<%REGISTER_ROUTE%> ``` @@ -234,7 +234,7 @@ public partial class AppShell : Shell { InitializeComponent(); - //<%REGISTER_ROUTE% + //<%REGISTER_ROUTE%> } } ``` @@ -287,7 +287,7 @@ public static class MauiProgram { --- -### Use Maui-get to build the data forms using specified schema. +### Use Maui-gen to build the data forms using specified schema. @@ -325,7 +325,7 @@ maui-gen set output "C:\projects\Net\DemoMauiApp\DemoMauiApp" -Under your home directory where the **Maui-get** templates are saved are some example schemas. we are going to set maui-gen to use one of these schemas. +Under your home directory where the **Maui-gen** templates are saved are some example schemas. we are going to set maui-gen to use one of these schemas. ```bash maui-gen set schema "C:\Users\[user]\.maui-gen\examples\person_and_pet.yaml" diff --git a/templates/ViewModels/ListViewModel_Template.cs b/templates/ViewModels/ListViewModel_Template.cs index 6322795..9968f0d 100644 --- a/templates/ViewModels/ListViewModel_Template.cs +++ b/templates/ViewModels/ListViewModel_Template.cs @@ -18,7 +18,7 @@ public partial class {{.Schema.FuncName}}ListViewModel : BaseViewModel //**************************************** //Lets just get it to load the match model //**************************************** - IsRefreshing = true; + //IsRefreshing = true; }); }