init() {
this.$store
.dispatch("project/getCategoriesTree")
.then(() => {
this.treeitems = this.$store.state.project.categories.categories;
})
},
jQuery('a[href^="#"]').click(function () {
elementClick = jQuery(this).attr("href");
destination = jQuery(elementClick).offset().top;
jQuery('html,body').animate( { scrollTop: (destination - 140) }, 1100 );
return false;
});
jQuery('html,body').animate( { scrollTop: (destination - 140) }, 1100 );