Vue JS Set active-class on Route

<router-link tag=”li” :to=”…” :class=”{ ‘router-link-active’: isProjectTypeRoute }”> <a>Project</a> </router-link> computed: { isProjectTypeRoute() { return this.$route.matched.some(route => route.name === ‘project’) } } Facebook Comments

Continue Reading

Windows Activation

@echo off title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo – Windows 10 Home&echo – Windows 10 […]

Continue Reading

wkhtmltopdf 0.12.4 – Ubuntu

Ubuntu 16 Snappy pdf generation, prerequisite installation suite for ubuntu $ sudo apt-get install libxrender1 $ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz $ tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz $ cd wkhtmltox/bin/ $ sudo mv wkhtmltopdf /usr/bin/wkhtmltopdf […]

Continue Reading

Disable ONLY_FULL_GROUP_BY

on ubuntu  sudo nano/etc/mysql/mysql.conf.d/mysqld.cnf. [mysqld] sql_mode = “STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER, NO_ENGINE_SUBSTITUTION” Facebook Comments

Continue Reading