Path : /hermes/bosweb/b1705/reserva.events/menu/src/js/modules/ |
Current < : /hermes/bosweb/b1705/reserva.events/menu/src/js/modules/components.js |
const Components = { $tooltip: $("[data-toggle='tooltip']"), $tab: $("[data-toggle='tab']"), $spy: $("[data-spy='scroll']"), init() { const _ = this if (_.$tooltip.length) { const tooltip = require('bootstrap/js/dist/tooltip') _.$tooltip.tooltip() } if (_.$tab.length) { const tooltip = require('bootstrap/js/dist/tab') _.$tooltip.tooltip() } if (_.$spy.length) { const spy = require('bootstrap/js/dist/scrollspy') } } } export default Components