[Vuejs]-Create Vue Directive that doesn't expect an expression

0👍

It turns out it was pug. I don’t know how the vue team has made their directives work regardless, but pug is mirroring attributes.

Unfortunately I need to figure out how to pass the doctype option to the vue webpack loader, unless I want to declare that at the top of every template.

Leave a comment