log
Universal Filter #
New in v0.11.0 An easy way to console.log
anything from inside of a template file.
{{ "My Title" | log }}
is the same as:
console.log("My Title");
log
Universal Filter #New in v0.11.0 An easy way to console.log
anything from inside of a template file.
{{ "My Title" | log }}
is the same as:
console.log("My Title");