Tag / javascript
-
When are the props available in a component?
While working on a project, I came up with a rather unexpected problem: props are not available during the created() or mounted() methods. How can this be solved?
-
Google Tag Manager – Hide debug frame by default
When working with Google Tag Manager, the default debug view mode can become annoying being visible all the time; there is a way to hide it by default.
-
laravue.dev: Taking tags-view to the next level
Sometime ago I mentioned that I’m building a new Reporting/BI application. I’ve decided to use the laravue.dev interface, which is (quote) “A magical administrative interface for Laravel built by VueJS and Element UI”. As soon as you understand the logic and the structure, it’s pretty easy to either start modifying existing modules or start building your own. But there is a catch, which can create an overloading impact to the server – it’s called “tag switching”.
-
My new Reporting/BI application
I know that it has been quite a while, but I promise that I’ll try to do a proper comeback. Lot of things happened during my absence, good things (btw, I’ve started my German courses! How cool is that? ) so, here I am, with my all new project, which is a Reporting/BI system, using the data we already store in our databases.
-
How to debug inline javascript?
So, quick question: how do we debug inline Javascript code, included in the main page instead of an external script file?