7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
// Import the Bootstrap components we want to use.
|
|
// See https://github.com/twbs/bootstrap/blob/main/js/index.umd.js
|
|
import Tab from "/js/bootstrap/src/tab";
|
|
|
|
export default {
|
|
Tab
|
|
} |