add vue to hamburger menu; add some comments in html

This commit is contained in:
Mark Eaton
2022-08-29 12:09:22 -04:00
parent 4726cc41fd
commit 773040731f
3 changed files with 63 additions and 52 deletions
+1
View File
@@ -10,6 +10,7 @@ const menusComponent = {
new Vue({
el: '#app',
data: {
hamburger: Seed.hamburgerMenu,
findIt: Seed.findItMenu,
services: Seed.servicesMenu,
aboutUs: Seed.aboutUsMenu,