express-tsx
Advanced tools
Comparing version 5.0.7 to 5.0.8
@@ -20,3 +20,3 @@ "use strict"; | ||
this.heads = ''; | ||
this.loading = 'loading'; | ||
this.loading = ''; | ||
this.foots = ''; | ||
@@ -51,4 +51,3 @@ } | ||
<body> | ||
${exports.echoif(data.loading)} | ||
<div id="app"></div> | ||
<div id="app">${exports.echoif(data.loading)}</div> | ||
<script | ||
@@ -55,0 +54,0 @@ src="${browserInitPath}" |
{ | ||
"name": "express-tsx", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"description": "express view engine to render tsx file", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -21,3 +21,3 @@ import { Compile, Vars, cacheDir, browserInitPath, deepForceUpdatePath } from "."; | ||
heads?:string = '' | ||
loading?:string = 'loading' | ||
loading?:string = '' | ||
foots?:string = '' | ||
@@ -60,4 +60,3 @@ } | ||
<body> | ||
${echoif(data.loading)} | ||
<div id="app"></div> | ||
<div id="app">${echoif(data.loading)}</div> | ||
<script | ||
@@ -64,0 +63,0 @@ src="${browserInitPath}" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45600
772