Added routing and templates folder

This commit is contained in:
Sagi Frimer
2019-03-10 01:12:53 +02:00
parent 4e0dad8955
commit e84c9c5053
10 changed files with 2715 additions and 47 deletions

View File

@@ -14,14 +14,4 @@
// }
// document.getElementById(index).style.display = "block";
// }
let inputTab = new Vue({
el: "#input-tab",
data: {
sliders: [
{ value: 25 },
{ value: 30 }
]
}
})
// }