vue-meteor
vue-meteor copied to clipboard
Add Compiler reference via cpl attr in script tag
As @aczell described in PR #424, the lang attribute in
<script cpl="vuetify">
So vue-component will check for this cpl reference and, if exists, will look for a global.vue.lang.vuetify method, and will run it as a compiler.
This will help several developers, cause when you use
Hey @Akryum,
I was wondering if this is something we could bring into the package or if you think there is an alternative approach we can take for the loader to work (I also created #424 as pointed out by @Hernanm0g)