prettier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user