Skip to content

Commit c64099a

Browse files
committed
Refresh Vue Example
1 parent 3e1a524 commit c64099a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

22
using EmptyFlow.SciterAPI;
33

4-
SciterLoader.Initialize ( Environment.CurrentDirectory );
5-
var host = new SciterAPIHost ();
6-
host.LoadAPI ();
4+
var host = new SciterAPIHost ( Environment.CurrentDirectory );
75
host.CreateMainWindow ( 300, 300, enableDebug: true, enableFeature: true );
86
host.LoadFile ( "home://hello-vue.htm" );
97
host.Process ();

Examples/VueHelloWorld/VueHelloWrold/VueHelloWorld.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="EmptyFlow.SciterAPI" Version="1.0.2" />
11+
<PackageReference Include="EmptyFlow.SciterAPI" Version="1.1.0.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)