mirror of
https://github.com/wassname/template.git
synced 2026-07-10 05:07:48 +08:00
checkpoint
This commit is contained in:
@@ -18,7 +18,7 @@ export default function(dom, data) {
|
||||
// }
|
||||
// } else {
|
||||
if (data.title) {
|
||||
let headline = dom.createElement('d-headline');
|
||||
let headline = dom.createElement('d-title');
|
||||
let h1 = dom.createElement('h1');
|
||||
headline.appendChild(h1);
|
||||
h1.textContent = data.title;
|
||||
|
||||
Reference in New Issue
Block a user