-
Notifications
You must be signed in to change notification settings - Fork 519
Bootstrap menu not collapsing #846
Comments
Can you please specify which template(s)? |
When generating an ASP.NET Core SPA application using Yeoman (Version 0.9.0) The Bootstrap "hamburger" menu does not collapse when window is resized for the following templates: The menu works fine in these templates: Also is there a fix for the invalid html generated within the Angular template |
Thanks for reporting this! The issue was just that we were missing |
I generated a new SPA application using Vue template and I added the import
'bootstrap' within the ..\ClientApp\boot.ts file
but the collapse still does not work. Am I missing something here?
import 'bootstrap';
import Vue from 'vue';
import VueRouter from 'vue-router';
Vue.use(VueRouter);
…On Fri, Apr 7, 2017 at 11:50 AM, Steve Sanderson ***@***.***> wrote:
Thanks for reporting this! The issue was just that we were missing import
statements for the bootstrap JS in the boot-client files. You can fix it
in your own app by adding the line as in this commit: 5dc4761
<5dc4761>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#846 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC2FplNVzFx2EZfisMVuBjX_7iB_7vmNks5rtk0rgaJpZM4M1t2X>
.
|
@tigerwil Make sure you're running in development mode, or run |
Ok that works sorry, I should of thought of that.
Thanks
…On Fri, Apr 7, 2017 at 1:08 PM, Steve Sanderson ***@***.***> wrote:
@tigerwil <https://github.com/tigerwil> Make sure you're running in
development mode, or run webpack manually to rebuild the client-side
assets. Adding that line is certainly enough to make it work when I tried.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#846 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC2FpomyMvFgwx2eO__4h3xDhMAbedF7ks5rtl99gaJpZM4M1t2X>
.
|
The bootstrap "hamburger" menu is not collapsing in some frameworks..
The text was updated successfully, but these errors were encountered: