mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-20 21:02:10 +02:00
add html comments to html template strings
This commit is contained in:
@@ -13,7 +13,7 @@ import { TodoLogic } from './TodoLogic.js';
|
||||
export function TodoApp(el) {
|
||||
let todoData = TodoLogic.initTodoData();
|
||||
|
||||
el.innerHTML = `
|
||||
el.innerHTML = /* html */ `
|
||||
<header class="app-header">
|
||||
<h1 class="title">VANILLA TODO</h1>
|
||||
<p class="app-fps fps"></p>
|
||||
|
Reference in New Issue
Block a user