new SmoothScroll('a#globalBackToTop'); Vue.component('parent',{ props:['name','type'], data: function () { return { isHidden: true } }, template: `
{{ name }}
` }); $().ready(function(){ var elems = $("table"); elems.each(function(idx){ $(this).addClass('table-striped'); $(this).addClass('table'); $(this).addClass('table-responsive'); $(this).addClass('table-hover'); }); });