mirror of
https://github.com/wassname/template.git
synced 2026-09-09 11:38:29 +08:00
Bibliography data working
This commit is contained in:
@@ -73,5 +73,6 @@ const html = `
|
||||
// })
|
||||
|
||||
export default function(dom, data) {
|
||||
dom.querySelector('dt-appendix').innerHTML = html;
|
||||
let el = dom.querySelector('dt-appendix')
|
||||
if (el) el.innerHTML = html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user