MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/reserva.events/menu/src/js/modules/
File Upload :
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