perf(render): pre-size generated view output
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>{+ self.title +}</title></head>
|
||||
<body>
|
||||
<h1>{+ self.title +}</h1>
|
||||
<p>{+ self.body +}</p>
|
||||
<ul>
|
||||
<li h-for="item in &self.items">{+ item +}</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user