UNPKG

datasafer-laravel

Version:

Extensão do sitema de frontend para o Laravel Mix

12 lines (10 loc) 270 B
import * as $ from 'jquery'; import PerfectScrollbar from 'perfect-scrollbar'; export default (function () { const scrollables = $('.scrollable'); if (scrollables.length > 0) { scrollables.each((index, el) => { new PerfectScrollbar(el); }); } }());