Skip to content

Commit 5e87445

Browse files
committed
Add some bootstrap 4 additions
1 parent 348c5a8 commit 5e87445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/app.vm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22

3-
<nav-bar router.bind="router"></nav-bar>
3+
<nav-bar router.bind="router" containerless></nav-bar>
44

55
<div class="page-host">
66
<router-view swap-order="after"></router-view>

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ module.exports = ({ production, server, extractCss, coverage, platform, config }
148148
'$': 'jquery',
149149
'jQuery': 'jquery',
150150
'window.jQuery': 'jquery',
151+
Popper: ['popper.js', 'default'] // Bootstrap 4 Dependency.
151152
}),
152153
new TsConfigPathsPlugin(),
153154
new CheckerPlugin(),

0 commit comments

Comments
 (0)