This commit is contained in:
Mark Eaton
2023-07-01 17:03:54 -04:00
parent a1fe420f31
commit 9158ca40f0
2 changed files with 167 additions and 158 deletions
+10 -4
View File
@@ -43,7 +43,9 @@
v-bind:href="item.link"
v-bind:target="item.target_blank"
>
<hamburger-component v-bind:item="item"></hamburger-component>
<hamburger-component
v-bind:item="item"
></hamburger-component>
</a>
</li>
</ul>
@@ -109,7 +111,9 @@
<!-- end of row -->
<div class="row" id="hamburger-alternative">
<div class="col-xs-12">
<navig-component v-bind:navlistofmenus="navlistofmenus"></navig-component>
<navig-component
v-bind:navlistofmenus="navlistofmenus"
></navig-component>
</div>
<!-- end of col-xs-12 -->
</div>
@@ -122,7 +126,8 @@
<div class="col-sm-8">
<div id="app2">
<onesearch-component></onesearch-component>
</div><!-- end of Vue app2 -->
</div>
<!-- end of Vue app2 -->
</div>
<div class="col-sm-4">
<div class="nav-by-jumbotron">
@@ -398,7 +403,8 @@
<script src="https://kbcc-cuny.libanswers.com/load_chat.php?hash=212334892d13e5887f44a2763092678b"></script>
<!-- add Vue scripts -->
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script><!-- development -->
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<!-- development -->
<!-- <script src="https://unpkg.com/vue/dist/vue.global.prod.js"></script> -->
<!--production -->
<script